docker_container: fix container creation with networks_cli_compatible=yes (#56687)

* Fix behavior.

* Add changelog.

* Add simple test to prevent #56620.
This commit is contained in:
Felix Fontein
2019-05-28 09:19:52 +02:00
committed by ansibot
parent baac1df935
commit d8dcd20294
3 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - fix network creation when ``networks_cli_compatible`` is enabled."