docker_container: improve publish all ports functionality (#46594)

* Improve handling of published_ports: all.

* Add changelog.
This commit is contained in:
Felix Fontein
2018-10-08 09:23:23 +02:00
committed by John R Barker
parent d69700b236
commit 8afe46dc02
3 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_container - ``publish_ports: all`` was not used correctly when checking idempotency."