Ansible/WindowsUpdate.yml

8 lines
199 B
YAML
Raw Normal View History

2023-06-17 14:11:50 +02:00
---
2023-06-17 14:15:48 +02:00
- hosts: mws_win:lokal_2019
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