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