ansible/changelogs/fragments/60616-support-multiple-port.yaml
Mitsuru Nakakawaji 064cd63f3d fix: docker_swarm_service does not publish both tcp and udp ports (#60616)
* fix: docker_swarm_service does not publish both tcp and udp ports for same published port

* fix the linting problems and add the changelog fragment.

* add test

* modify test to ensure result rather than return value
2019-08-16 15:23:45 +02:00

2 lines
No EOL
95 B
YAML

bugfixes:
- "docker_swarm_service - allow the same port to be published both with TCP and UDP."