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

@@ -1062,7 +1062,7 @@
command: '/bin/sh -v -c "sleep 10m"'
healthcheck:
test:
- NONE
- NONE
register: healthcheck_5
ignore_errors: yes