From 43d37226a8d498435902b22b1bda8820b3c9c0df Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Thu, 25 Apr 2024 02:21:12 -0500 Subject: [PATCH] set windows reboot timeout to 3600 --- windows/winupdate.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index 0831ff4..d009bf3 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -7,10 +7,7 @@ tasks: - name: Download and install critical, security, and def updates and then reboot after win_updates: - category_names: - - CriticalUpdates - - DefinitionUpdates - - SecurityUpdates + category_names: '*' reboot: yes - reboot_timeout: 400 + reboot_timeout: 3600 throttle: 1 \ No newline at end of file