Add task for windows updates

This commit is contained in:
2017-03-14 09:26:10 +13:00
parent 2965273676
commit 2a805ea7c3

View File

@@ -37,9 +37,14 @@
- name: Ensure user locale set
win_command: 'c:\temp\Defprof.exe Administrator /q'
changed_when: false
- name: Apply Windows Updates
win_updates:
when: apply_windows_updates
- name: Default applications installed
win_chocolatey:
name: "{{ item }}"
state: present
with_items: "{{ win_packages }}"
with_items: "{{ win_packages }}"