1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/roles/test_docker/tasks/main.yml

15 lines
543 B
YAML
Raw Normal View History

- 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
# 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
- 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