Sergio Slobodrian | ee4b2bc | 2017-06-05 10:08:59 -0400 | [diff] [blame] | 1 | - include: debian.yml |
2 | when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' | ||||
3 | |||||
4 | - include: centos.yml | ||||
5 | when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux' |