Zsolt Haraszti | ec7df10 | 2016-05-05 13:34:18 -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' |