10 lines
207 B
YAML
10 lines
207 B
YAML
---
|
|
# Windows hosts don't need Python bootstrap — WinRM handles this natively
|
|
- name: Windows patching
|
|
hosts: windows_hosts
|
|
gather_facts: true
|
|
roles:
|
|
- preflight
|
|
- windows_patch
|
|
- report
|