Created
August 25, 2017 22:36
-
-
Save don-rumata/f42134fd59e7c7630cbef31b05306552 to your computer and use it in GitHub Desktop.
Update ff and npp over ansible
This file contains 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: Update soft | |
hosts: all | |
tasks: | |
# http://docs.ansible.com/ansible/latest/win_command_module.html | |
- name: Update Firefox | |
win_command: \\pxe.vgasu.vrn.ru\soft\firefox\FirefoxSetup-amd64.exe -ms | |
- name: Update Notepad++ | |
win_command: \\pxe.vgasu.vrn.ru\soft\notepad-plus-plus\npp.latest.installer.amd64.exe /S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ansible --version
ansible 2.3.2.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]