mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add headers to ci tests (#954)
* CI tests: add note to main.yml * improve
This commit is contained in:
committed by
Felix Fontein
parent
dd91461a1f
commit
9b8c8a8701
@@ -1,3 +1,8 @@
|
||||
####################################################################
|
||||
# WARNING: These are designed specifically for Ansible tests #
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
- include_tasks: test_host_info.yml
|
||||
when: docker_py_version is version('1.10.0', '>=') and docker_api_version is version('1.21', '>=')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user