Created
March 14, 2019 13:22
-
-
Save ties/c97fd7bea12b87355b0c64f69e850eb6 to your computer and use it in GitHub Desktop.
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: Run windows updates and reboot if required | |
win_updates: | |
category_names: | |
- Application | |
- CriticalUpdates | |
- DefinitionUpdates | |
- SecurityUpdates | |
- UpdateRollups | |
- Updates | |
reboot: true | |
- name: Install packages | |
win_chocolatey: | |
state: present | |
name: "{{item}}" | |
loop: | |
- crystaldiskinfo | |
- git | |
- googlechrome | |
- firefox | |
- 7zip.install | |
- vlc | |
- sysinternals | |
- vscode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment