Created
December 14, 2017 19:30
-
-
Save alexcheng1982/7062fbf67a1f96a8aafc311b27318e5b to your computer and use it in GitHub Desktop.
Install app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: install app | |
win_package: | |
path: "{{ exe_find.files[0].path }}" | |
arguments: "-q -overwrite -varfile {{ app.install_varfile_path }}" | |
product_id: {{ app.product_id }} | |
state: present | |
creates_path: Z:\app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment