mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Initial commit
This commit is contained in:
5
tests/integration/targets/docker_stack/tasks/main.yml
Normal file
5
tests/integration/targets/docker_stack/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- include_tasks: test_stack.yml
|
||||
when: docker_api_version is version('1.25', '>=')
|
||||
|
||||
- fail: msg="Too old docker / docker-py version to run docker_stack tests!"
|
||||
when: not(docker_api_version is version('1.25', '>=')) and (ansible_distribution != 'CentOS' or ansible_distribution_major_version|int > 6)
|
||||
Reference in New Issue
Block a user