Rewrite the docker_container_info module (#402)

* Rewrite the docker_container_info module.

* Improve error messages.

* Remove wrong requirement.
This commit is contained in:
Felix Fontein
2022-07-06 21:45:51 +02:00
committed by GitHub
parent 1101997844
commit 37ff980a44
3 changed files with 11 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
major_changes:
- "docker_container_info - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/402)."