From 256b71fb37d0505223e5e7a81d11c21dbaf5b4d5 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 30 Jun 2024 12:43:36 -0500 Subject: [PATCH] Commenting out category_names --- windows/winupdate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index b07722d..de7aa0a 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