docker_swarm_service: Make resolve_image default to false (#54018)

* Make resolve_image default to false

* Check resolve_image versions regularly
This commit is contained in:
Hannes Ljungberg
2019-03-19 23:58:51 +01:00
committed by ansibot
parent dcf833d31c
commit 7a3f9456ef
2 changed files with 6 additions and 7 deletions

View File

@@ -1,2 +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``"
- "docker_swarm_service - Added option ``resolve_image`` which enables resolving image digests from registry to detect and deploy changed images."