Ansible/WindowsUpdate.yml

8 lines
188 B
YAML
Raw Normal View History

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