Add headers to ci tests (#954)

* CI tests: add note to main.yml

* improve
This commit is contained in:
Andrew Klychkov
2020-09-25 09:01:17 +03:00
committed by GitHub
parent 62ae120c50
commit 9d5044ac1a
188 changed files with 940 additions and 0 deletions

View File

@@ -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_node_info.yml
# Maximum of 1.24 (docker API version for docker_node_info) and 1.25 (docker API version for docker_swarm) is 1.25
when: docker_py_version is version('2.4.0', '>=') and docker_api_version is version('1.25', '>=')