6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
- when: ansible_os_family != "Windows"
|
|
include_tasks: 'unix.yaml'
|
|
- when: ansible_os_family == "Windows"
|
|
include_tasks: 'Windows.yaml'
|