set windows reboot timeout to 3600

This commit is contained in:
iRaven 2024-04-25 02:21:12 -05:00
parent d9bd56a002
commit 43d37226a8

View File

@ -7,10 +7,7 @@
tasks: tasks:
- name: Download and install critical, security, and def updates and then reboot after - name: Download and install critical, security, and def updates and then reboot after
win_updates: win_updates:
category_names: category_names: '*'
- CriticalUpdates
- DefinitionUpdates
- SecurityUpdates
reboot: yes reboot: yes
reboot_timeout: 400 reboot_timeout: 3600
throttle: 1 throttle: 1