Zsolt Haraszti | 3d16353 | 2016-09-08 15:57:32 -0700 | [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' |