mirror of https://github.com/ansible/ansible.git
[2.7] docker_swarm_service: don't crash when publish isn't specified (#53262)
* Don't crash when publish isn't specified. * Add changelog. * Add validation code. * Use generic supertype of dict.pull/53307/head
parent
72f4d1b22b
commit
2f91d399ec
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- "docker_swarm_service - don't crash when ``publish`` is not specified."
|
||||
- "docker_swarm_service - do basic validation of ``publish`` option if specified (must be list of dicts)."
|
Loading…
Reference in New Issue