community.docker/162-docker_container_publish_all_option.yml
Ajpantuso 49cb513244
docker_container - adding publish_all_ports option (#162)
* Initial commit

* Adding changelog fragment

* Updating deprecation notice

* Adding integration test

* Applying second round of review suggestions

* Updating docs and cleaning up integration tests

* Updating test loop logic
2021-06-27 16:51:30 +02:00

5 lines
249 B
YAML

---
minor_changes:
- docker_container - added ``publish_all_ports`` option to publish all exposed ports to random ports except those
explicitly bound with ``published_ports`` (https://github.com/ansible-collections/community.docker/pull/162).