[docker_container] Fixes idempotency checks for network_mode (#49797)

Fixes #49794
This commit is contained in:
Dave Bendit
2018-12-12 03:04:24 -06:00
committed by John R Barker
parent d36922064b
commit 8fcf9e1a28
3 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- docker_container - fix ``network_mode`` idempotency if the ``container:<container-name>`` form is used (as opposed to ``container:<container-id>``) (https://github.com/ansible/ansible/issues/49794)