Deprecate current behavior when specifying all with other port mappings. (#60)

This commit is contained in:
Felix Fontein
2020-12-26 18:20:52 +01:00
committed by GitHub
parent 117f132213
commit 1277942a4e
2 changed files with 11 additions and 1 deletions
@@ -0,0 +1,2 @@
deprecated_features:
- "docker_container - currently ``published_ports`` can contain port mappings next to the special value ``all``, in which case the port mappings are ignored. This behavior is deprecated for community.docker 2.0.0, at which point it will either be forbidden, or this behavior will be properly implemented similar to how the Docker CLI tool handles this (https://github.com/ansible-collections/community.docker/issues/8, https://github.com/ansible-collections/community.docker/pull/60)."