commit 77b2667df30171e5824cfc7f9fed72a5993fb5a5 Author: mhorak Date: Tue Aug 5 12:51:41 2025 +0000 Upload files to "/" 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