diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index d009bf3..b07722d 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -7,7 +7,7 @@ tasks: - name: Download and install critical, security, and def updates and then reboot after win_updates: - category_names: '*' + category_names: "*" reboot: yes reboot_timeout: 3600 throttle: 1 \ No newline at end of file