2023-06-17 14:11:50 +02:00
|
|
|
---
|
2023-06-19 19:50:38 +02:00
|
|
|
- hosts: mws_win:lokal_2019:wander
|
2023-06-17 14:11:50 +02:00
|
|
|
tasks:
|
|
|
|
- name: Install all updates and reboot as many times as needed
|
|
|
|
ansible.windows.win_updates:
|
|
|
|
category_names: '*'
|
|
|
|
reboot: true
|