From e7f5724076104b68248f19fae13af2fa8c1d1a6e Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 30 Jun 2024 12:41:27 -0500 Subject: [PATCH] changing * to double quotes (test) --- windows/winupdate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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