You've already forked ansible-role-common
Add task for windows updates
This commit is contained in:
@@ -38,8 +38,13 @@
|
|||||||
win_command: 'c:\temp\Defprof.exe Administrator /q'
|
win_command: 'c:\temp\Defprof.exe Administrator /q'
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
|
- name: Apply Windows Updates
|
||||||
|
win_updates:
|
||||||
|
when: apply_windows_updates
|
||||||
|
|
||||||
- name: Default applications installed
|
- name: Default applications installed
|
||||||
win_chocolatey:
|
win_chocolatey:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items: "{{ win_packages }}"
|
with_items: "{{ win_packages }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user