Update windows/winupdate.yaml

This commit is contained in:
iRaven 2023-11-19 03:54:54 -06:00
parent 8a9e083aa8
commit 57251e72ef

View File

@ -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 - name: Windows Server Updates
hosts: all
gather_facts: yes
# become: yes
tasks: tasks:
- name: Download and install critical, security, and def updates and then reboot after - name: Download and install critical, security, and def updates and then reboot after