docker_swarm_service: Compare image by digest (#51134)

* Compare image by digest

* Add changelog fragment

* Fix version check

* Remove unused import

* Add note about image resolving

* Don’t overwrite image

* Fix documentation error

* Add resolve_image option

* Add version_added

* Remove whitespace

* Remove unused attribute

* Remove unused attribute
This commit is contained in:
Hannes Ljungberg 2019-01-27 17:48:16 +01:00 committed by ansibot
commit 72a44e144a
4 changed files with 100 additions and 7 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "docker_swarm_service - Resolve image digest from registry to detect and deploy changed images. This behaviour can be turned of by using the new option ``resolve_image: false``"