From ef25c3a3b231314ba07ab3890361cdb58ba50f68 Mon Sep 17 00:00:00 2001 From: mhorak Date: Wed, 6 Aug 2025 10:33:22 +0000 Subject: [PATCH] Add Windows_patch_all.yml --- Windows_patch_all.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Windows_patch_all.yml 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