mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
* Rewrite the docker_container_info module. * Improve error messages. * Remove wrong requirement.
5 lines
347 B
YAML
5 lines
347 B
YAML
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)."
|