Handle network_mode=default correctly for Docker 26.1.0+. (#936)

This commit is contained in:
Felix Fontein
2024-07-25 18:30:12 +02:00
committed by GitHub
parent 2ddadf1e2b
commit ebec16d42c
3 changed files with 20 additions and 5 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker_container - fix idempotency if ``network_mode=default`` and Docker 26.1.0 or later is used. There was a breaking change in
Docker 26.1.0 regarding normalization of ``NetworkMode``
(https://github.com/ansible-collections/community.docker/issues/934, https://github.com/ansible-collections/community.docker/pull/936)."