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