2015-03-17 21:18:42 +01:00
|
|
|
- include: docker-setup-rht.yml
|
|
|
|
when: ansible_distribution in ['Fedora']
|
|
|
|
# Packages on RHEL and CentOS are broken, broken, broken. Revisit when
|
|
|
|
# they've got that sorted out
|
|
|
|
#when: ansible_distribution in ['Fedora', 'RedHat', 'CentOS']
|
2015-03-17 20:32:07 +01:00
|
|
|
|
2015-03-17 21:18:42 +01:00
|
|
|
# python-docker isn't available until 14.10. Revist at the next Ubuntu LTS
|
|
|
|
#- include: docker-setup-debian.yml
|
|
|
|
# when: ansible_distribution in ['Ubuntu']
|
2015-03-17 20:32:07 +01:00
|
|
|
|
2015-03-17 21:18:42 +01:00
|
|
|
- include: docker-tests.yml
|
|
|
|
# Add other distributions as the proper packages become available
|
|
|
|
when: ansible_distribution in ['Fedora']
|
2015-03-17 20:32:07 +01:00
|
|
|
|