From 8e9ae53092f4e143851c65f9d5229d932b713db2 Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 19 Nov 2023 03:49:45 -0600 Subject: [PATCH] Update windows/winupdate.yaml --- windows/winupdate.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index 48ec470..0e230ec 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -1,11 +1,13 @@ ## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles. -- name: Run Windows Server Updates and wait 10 mins between each host - win_updates: - category_names: - - CriticalUpdates - - DefinitionUpdates - - SecurityUpdates - reboot: yes - reboot_timeout: 400 - throttle: 1 \ No newline at end of file +- name: Windows Server Updates + + tasks: + win_updates: + category_names: + - CriticalUpdates + - DefinitionUpdates + - SecurityUpdates + reboot: yes + reboot_timeout: 400 + throttle: 1 \ No newline at end of file