mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
* Add debug flag to failing task. * Add more debug output. * Fix pull idempotency. * Revert "Add more debug output." This reverts commit64020149bf. * Fix casing. * Remove unreliable test. * Add 'debug: true' to all tasks. * Reformat. * Fix idempotency problem for IPv6 addresses. * Fix expose ranges handling. * Update changelog fragment to also mention other affected modules. (cherry picked from commit90c4b4c543)
This commit is contained in:
@@ -23,6 +23,10 @@ notes:
|
||||
- If the module needs to recreate the container, it will only use the options provided to the module to create the new container
|
||||
(except O(image)). Therefore, always specify B(all) options relevant to the container.
|
||||
- When O(restart) is set to V(true), the module will only restart the container if no config changes are detected.
|
||||
- When specifying IPv6 addresses for networks, Docker since version 29 no longer returns the orignal address used
|
||||
when adding a container to a network, but normalizes them. The module will try to normalize IP addresses for comparison,
|
||||
but it uses the C(ipaddress) module from the Python 3 standard library for that. When using the module with Python 2,
|
||||
please install the L(ipaddress backport for Python 2.x, https://pypi.org/project/ipaddress/).
|
||||
extends_documentation_fragment:
|
||||
- community.docker.docker.api_documentation
|
||||
- community.docker.attributes
|
||||
|
||||
Reference in New Issue
Block a user