Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windows/install-msi.yml')
-rw-r--r--windows/install-msi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/install-msi.yml b/windows/install-msi.yml
index 897b994..7952873 100644
--- a/windows/install-msi.yml
+++ b/windows/install-msi.yml
@@ -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