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