9 lines
131 B
YAML
9 lines
131 B
YAML
---
|
|
- name: Windows patching
|
|
hosts: windows_hosts
|
|
gather_facts: true
|
|
roles:
|
|
- preflight
|
|
- windows_patch
|
|
- report
|