mirror of https://github.com/ansible/ansible.git
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
(cherry picked from commit 064cd63f3d)
pull/61743/head
parent
06623fb79a
commit
db9cb0682d
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_swarm_service - allow the same port to be published both with TCP and UDP."
|
||||
Loading…
Reference in New Issue