Skip to content

Commit

Permalink
The win_msi module has been deprecated
Browse files Browse the repository at this point in the history
Removed in Ansible:
 	version: 2.8
Why:	The win_msi module has a number of issues, the win_package module is easier to maintain and use.
Alternative:	Use win_package instead.
  • Loading branch information
iquirino authored May 7, 2018
1 parent c11ffef commit 791e9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/install-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dest: 'C:\Users\Administrator\Downloads\httpd-2.2.25-win32-x86-no_ssl.msi'

- name: Install MSI
win_msi:
win_package:
path: 'C:\Users\Administrator\Downloads\httpd-2.2.25-win32-x86-no_ssl.msi'
state: present

0 comments on commit 791e9ad

Please sign in to comment.