2019-10-21 08:09:44 +00:00
|
|
|
---
|
|
|
|
- include: debian.yml
|
|
|
|
when: ansible_distribution == 'Debian'
|
2019-11-04 22:37:42 +00:00
|
|
|
- include: ubuntu.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu'
|
2019-10-21 08:09:44 +00:00
|
|
|
- include: freebsd.yml
|
|
|
|
when: ansible_distribution == 'FreeBSD'
|