docker_swarm: make labels work with older docker daemon versions (#52895)

* Make labels work with older docker daemon versions.

* Fix idempotence detection.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-02-25 09:16:09 +01:00
committed by John R Barker
parent e599f5aabe
commit a1ec307d43
3 changed files with 95 additions and 53 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm - do not crash with older docker daemons (https://github.com/ansible/ansible/issues/51175)."