From 77b2667df30171e5824cfc7f9fed72a5993fb5a5 Mon Sep 17 00:00:00 2001 From: mhorak Date: Tue, 5 Aug 2025 12:51:41 +0000 Subject: [PATCH] Upload files to "/" --- windows_patch.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows_patch.yml diff --git a/windows_patch.yml b/windows_patch.yml new file mode 100644 index 0000000..e8c6877 --- /dev/null +++ b/windows_patch.yml @@ -0,0 +1,11 @@ +--- +- name: Patch Windows Servers + hosts: windows + gather_facts: no + tasks: + - name: Install all security and critical updates + win_updates: + category_names: + - SecurityUpdates + - CriticalUpdates + reboot: yes \ No newline at end of file