7 lines
136 B
YAML
Executable File
7 lines
136 B
YAML
Executable File
---
|
|
- import_tasks: "Windows.yml"
|
|
when: ansible_os_family == "Windows"
|
|
|
|
- import_tasks: "Linux.yml"
|
|
when: ansible_system == "Linux"
|