„WindowsUpdate.yml“ hinzufügen

This commit is contained in:
Ralf-Peter Wolff 2023-06-17 14:11:50 +02:00
parent bfe3422460
commit ad08bfc83e

7
WindowsUpdate.yml Normal file
View 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