8 lines
188 B
YAML
8 lines
188 B
YAML
---
|
|
- hosts: mws_win
|
|
tasks:
|
|
- name: Install all updates and reboot as many times as needed
|
|
ansible.windows.win_updates:
|
|
category_names: '*'
|
|
reboot: true
|