From 57251e72ef02bdc899dc51e1d17cf8d0aab98e4a Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 19 Nov 2023 03:54:54 -0600 Subject: [PATCH] Update windows/winupdate.yaml --- windows/winupdate.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index aca9175..067040a 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -1,6 +1,9 @@ -## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles. --- +## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles. - name: Windows Server Updates + hosts: all + gather_facts: yes + # become: yes tasks: - name: Download and install critical, security, and def updates and then reboot after