community.general/lib/ansible/modules/cloud/docker
Andrea Giardini 04e990281e Add flag to Docker pull_image to know when the image is already latest (#21508)
* Add flag to Docker pull_image to know when the image is already latest

Whenever the flag pull is set to 'yes' the resource is always defined
as 'changed'. That is not true in case the image is already at the
latest version.

Related to ansible/ansible#19549

* Docker pull_image does not change status if the image is latest
2017-03-03 10:16:16 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py PEP8 E712 fixes (#21916) 2017-02-24 16:49:43 -06:00
docker_container.py Add flag to Docker pull_image to know when the image is already latest (#21508) 2017-03-03 10:16:16 -05:00
docker_image.py [cloud] module docker_image: print output on failure (#20757) 2017-02-16 09:47:18 -05:00
docker_image_facts.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
docker_login.py module is a property of the global object client (#19744) 2017-01-05 08:59:30 -08:00
docker_network.py [docker] Add compatibility with docker-py v2.0 2017-01-18 14:39:18 -05:00
docker_service.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00