„WindowsUpdate.yml“ hinzufügen
This commit is contained in:
parent
bfe3422460
commit
ad08bfc83e
7
WindowsUpdate.yml
Normal file
7
WindowsUpdate.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- hosts: mws_win
|
||||||
|
tasks:
|
||||||
|
- name: Install all updates and reboot as many times as needed
|
||||||
|
ansible.windows.win_updates:
|
||||||
|
category_names: '*'
|
||||||
|
reboot: true
|
Loading…
Reference in New Issue
Block a user