Add Windows_patch_all.yml

This commit is contained in:
2025-08-06 10:33:22 +00:00
parent 77b2667df3
commit ef25c3a3b2

8
Windows_patch_all.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Patch Windows Servers
hosts: windows
gather_facts: no
tasks:
- name: Install all MS updates
win_updates:
reboot: yes