mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
988 B
YAML
23 lines
988 B
YAML
8 years ago
|
#- include: docker-setup-rht.yml
|
||
|
# when: ansible_distribution in ['Fedora']
|
||
10 years ago
|
#- include: docker-setup-rht.yml
|
||
10 years ago
|
# Packages on RHEL and CentOS 7 are broken, broken, broken. Revisit when
|
||
10 years ago
|
# they've got that sorted out
|
||
9 years ago
|
# CentOS 6 currently broken by conflicting files in python-backports and python-backports-ssl_match_hostname
|
||
10 years ago
|
#when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
||
10 years ago
|
|
||
10 years ago
|
# python-docker isn't available until 14.10. Revist at the next Ubuntu LTS
|
||
|
#- include: docker-setup-debian.yml
|
||
|
# when: ansible_distribution in ['Ubuntu']
|
||
10 years ago
|
|
||
8 years ago
|
#- include: docker-tests.yml
|
||
10 years ago
|
# Add other distributions as the proper packages become available
|
||
8 years ago
|
# when: ansible_distribution in ['Fedora']
|
||
10 years ago
|
|
||
10 years ago
|
#- include: docker-tests.yml
|
||
|
# when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
||
|
|
||
8 years ago
|
#- include: registry-tests.yml
|
||
10 years ago
|
# Add other distributions as the proper packages become available
|
||
8 years ago
|
# when: ansible_distribution in ['Fedora']
|