mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Attempt to enable docker tests for rhel/centos6 as well
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
- include: docker-setup-rht.yml
|
||||
when: ansible_distribution in ['Fedora']
|
||||
# Packages on RHEL and CentOS are broken, broken, broken. Revisit when
|
||||
- include: docker-setup-rht.yml
|
||||
# Packages on RHEL and CentOS 7 are broken, broken, broken. Revisit when
|
||||
# they've got that sorted out
|
||||
#when: ansible_distribution in ['Fedora', 'RedHat', 'CentOS']
|
||||
when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
||||
|
||||
# python-docker isn't available until 14.10. Revist at the next Ubuntu LTS
|
||||
#- include: docker-setup-debian.yml
|
||||
@@ -12,3 +13,5 @@
|
||||
# Add other distributions as the proper packages become available
|
||||
when: ansible_distribution in ['Fedora']
|
||||
|
||||
- include: docker-tests.yml
|
||||
when: ansible_distribution in ['RedHat', 'CentOS'] and ansible_lsb.major_release|int == 6
|
||||
|
||||
Reference in New Issue
Block a user