Ansible-POC/playbook.yml
2022-09-18 19:43:28 -05:00

7 lines
87 B
YAML

---
- name: Setup Windows
hosts: all
tasks:
roles:
- role: win-initial-setup