You've already forked ansible-role-common
Add task for windows updates
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user