mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* Rewrite the docker_network module. * Update plugins/modules/docker_network.py Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> * Improve error messages. Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
5 lines
340 B
YAML
5 lines
340 B
YAML
major_changes:
|
|
- "docker_network - 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/408)."
|