diff --git a/Windows_patch_all.yml b/Windows_patch_all.yml new file mode 100644 index 0000000..c146be4 --- /dev/null +++ b/Windows_patch_all.yml @@ -0,0 +1,8 @@ +--- +- name: Patch Windows Servers + hosts: windows + gather_facts: no + tasks: + - name: Install all MS updates + win_updates: + reboot: yes \ No newline at end of file