ansible/test/integration/targets/docker/tasks/main.yml

23 lines
988 B
YAML
Raw Normal View History

2016-10-13 02:33:12 +00:00
#- include: docker-setup-rht.yml
# when: ansible_distribution in ['Fedora']
#- include: docker-setup-rht.yml
# Packages on RHEL and CentOS 7 are broken, broken, broken. Revisit when
# they've got that sorted out
2015-12-14 16:50:37 +00:00
# CentOS 6 currently broken by conflicting files in python-backports and python-backports-ssl_match_hostname
#when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
2015-03-17 19:32:07 +00: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 19:32:07 +00:00
2016-10-13 02:33:12 +00:00
#- include: docker-tests.yml
# Add other distributions as the proper packages become available
2016-10-13 02:33:12 +00:00
# when: ansible_distribution in ['Fedora']
2015-03-17 19:32:07 +00:00
#- include: docker-tests.yml
# when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
2016-10-13 02:33:12 +00:00
#- include: registry-tests.yml
# Add other distributions as the proper packages become available
2016-10-13 02:33:12 +00:00
# when: ansible_distribution in ['Fedora']