This commit is contained in:
2025-09-09 12:41:56 +02:00
parent b87e461515
commit feb0fc6433

View File

@@ -1,6 +1,7 @@
- name: Install updates
- name: Patch Domain Controllers via PSRP
hosts: domain_controllers hosts: domain_controllers
gather_facts: no gather_facts: no # ✅ Important: disables Python requirement
tasks: tasks:
- name: Run Install-WindowsUpdate - name: Install updates
command: Install-WindowsUpdate -AcceptAll -AutoReboot command: Install-WindowsUpdate -AcceptAll -AutoReboot