community.general/lib/ansible/modules/cloud/docker
Alberto Murillo 0f3480d359 docker_image: Fix idempotency of pull (#31956)
when pulling an image with force=yes the task was marked as changed
everytime even when the image hasn't changed.

This was due to a bad comparison of the image tag before the pull
and after the pull.

Fixes #22596

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>
2018-04-25 12:58:29 -04:00
..
__init__.py
_docker.py Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
docker_container.py Remove me from botmeta (#39263) 2018-04-24 19:55:04 -04:00
docker_image.py docker_image: Fix idempotency of pull (#31956) 2018-04-25 12:58:29 -04:00
docker_image_facts.py Remove me from botmeta (#39263) 2018-04-24 19:55:04 -04:00
docker_login.py Remove me from botmeta (#39263) 2018-04-24 19:55:04 -04:00
docker_network.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
docker_secret.py Fix documentation fragments for docker (#38378) 2018-04-17 08:51:56 -07:00
docker_service.py Fix documentation fragments for docker (#38378) 2018-04-17 08:51:56 -07:00
docker_volume.py Fix error when there are no docker volumes present yet (#28145) 2017-10-30 15:53:08 -04:00