3.9
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
- name: Install updates
|
||||
|
||||
- name: Patch Domain Controllers via PSRP
|
||||
hosts: domain_controllers
|
||||
gather_facts: no
|
||||
gather_facts: no # ✅ Important: disables Python requirement
|
||||
tasks:
|
||||
- name: Run Install-WindowsUpdate
|
||||
- name: Install updates
|
||||
command: Install-WindowsUpdate -AcceptAll -AutoReboot
|
||||
|
||||
Reference in New Issue
Block a user