From 43d7bddc3161ea5dc5b418ef4671e31d258cad68 Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 13 Apr 2025 02:23:07 -0500 Subject: [PATCH] Get rid of Win Update throttle ugh --- windows/winupdate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index 642dde1..387c638 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -1,5 +1,5 @@ --- -## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles. +## Runs Win Updates on all Windows Servers - hosts: all gather_facts: yes # become: yes @@ -11,4 +11,4 @@ # category_names: '*' reboot: yes reboot_timeout: 3600 - throttle: 1 \ No newline at end of file + # throttle: 1 \ No newline at end of file