From ad08bfc83e24c820884d048450e76ddadd2c1160 Mon Sep 17 00:00:00 2001 From: rpwolff Date: Sat, 17 Jun 2023 14:11:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EWindowsUpdate.yml=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowsUpdate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 WindowsUpdate.yml diff --git a/WindowsUpdate.yml b/WindowsUpdate.yml new file mode 100644 index 0000000..27e0da0 --- /dev/null +++ b/WindowsUpdate.yml @@ -0,0 +1,7 @@ +--- +- hosts: mws_win + tasks: + - name: Install all updates and reboot as many times as needed + ansible.windows.win_updates: + category_names: '*' + reboot: true