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

23 lines
988 B
YAML
Raw Normal View History

2016-10-13 04:33:12 +02: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 17:50:37 +01: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 20:32:07 +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
2016-10-13 04:33:12 +02:00
#- include: docker-tests.yml
# Add other distributions as the proper packages become available
2016-10-13 04:33:12 +02:00
# when: ansible_distribution in ['Fedora']
2015-03-17 20:32:07 +01:00
#- include: docker-tests.yml
# when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
2016-10-13 04:33:12 +02:00
#- include: registry-tests.yml
# Add other distributions as the proper packages become available
2016-10-13 04:33:12 +02:00
# when: ansible_distribution in ['Fedora']