Rewrite the docker_volume_info module (#412)

* Rewrite the docker_volume_info module.

* Improve error messages.
This commit is contained in:
Felix Fontein
2022-07-06 21:48:22 +02:00
committed by GitHub
parent 6869eaf869
commit c3a76007d0
3 changed files with 13 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
major_changes:
- "docker_volume_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/412)."