From feb0fc64334b9569f904baf4a3a316278eea0635 Mon Sep 17 00:00:00 2001 From: "mhorak@totalservice.cz" Date: Tue, 9 Sep 2025 12:41:56 +0200 Subject: [PATCH] 3.9 --- patch-dc-controllers.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/patch-dc-controllers.yaml b/patch-dc-controllers.yaml index dc2104e..5e449b6 100644 --- a/patch-dc-controllers.yaml +++ b/patch-dc-controllers.yaml @@ -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