5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- assert:
|
|
that: ansible_os_family != "Windows"
|
|
- include_tasks: '{{ansible_os_family}}.yaml'
|