Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:30
Show Gist options
  • Save alexcheng1982/7062fbf67a1f96a8aafc311b27318e5b to your computer and use it in GitHub Desktop.
Save alexcheng1982/7062fbf67a1f96a8aafc311b27318e5b to your computer and use it in GitHub Desktop.
Install app
- 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