docker_swarm_service: Remove configs and secrets defaults (#54361)

* Remove defaults

* Skip redundant casting

* Indentation fix

* Use generic compare functions

* Add tests for compare functions

* Remove extra whitespace

* Add changelog fragment
This commit is contained in:
Hannes Ljungberg
2019-03-26 14:45:40 +01:00
committed by ansibot
parent 791176252b
commit be293fbe50
4 changed files with 213 additions and 33 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - Removed redundant defaults for ``uid``, ``gid``, and ``mode`` from ``configs`` and ``secrets``."