forked from infra/ansible
8 lines
131 B
YAML
8 lines
131 B
YAML
|
---
|
||
|
|
||
|
- include: Debian.yml
|
||
|
when: ansible_os_family == 'Debian'
|
||
|
|
||
|
- include: FreeBSD.yml
|
||
|
when: ansible_distribution == 'FreeBSD'
|