diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index aca9175..067040a 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -1,6 +1,9 @@ -## 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, allowing enough time for them to not slow down due to SSD cycles. - name: Windows Server Updates + hosts: all + gather_facts: yes + # become: yes tasks: - name: Download and install critical, security, and def updates and then reboot after