Rewrite the docker_host_info module (#403)

* Rewrite the docker_host_info module.

* Improve error messages.
This commit is contained in:
Felix Fontein
2022-07-06 21:45:57 +02:00
committed by GitHub
parent 37ff980a44
commit 9e168b75cf
4 changed files with 39 additions and 58 deletions
@@ -4,7 +4,7 @@
####################################################################
- include_tasks: test_host_info.yml
when: docker_py_version is version('1.10.0', '>=') and docker_api_version is version('1.25', '>=')
when: docker_api_version is version('1.25', '>=')
- fail: msg="Too old docker / docker-py version to run docker_host_info tests!"
when: not(docker_py_version is version('1.10.0', '>=') and docker_api_version is version('1.25', '>=')) and (ansible_distribution != 'CentOS' or ansible_distribution_major_version|int > 6)
when: not(docker_api_version is version('1.25', '>=')) and (ansible_distribution != 'CentOS' or ansible_distribution_major_version|int > 6)