community.general/lib/ansible/modules/cloud/docker
Jun Guo 655667527d [docker] Fix ignore_image option not work issue. (#19039)
Currently the ignore_image option can be set, but can not work as it is
descripted in document. The reason is the code will check the difference
of configurations between current container and target image, and it
will mark the `different` to `True` when the image is different even we
set `ignore_image=true`, that will cause the container being re-create.
2017-08-17 13:47:52 -04:00
..
__init__.py
_docker.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_container.py [docker] Fix ignore_image option not work issue. (#19039) 2017-08-17 13:47:52 -04:00
docker_image.py Fix changed event for docker_image in force mode 2017-08-17 10:42:09 -04:00
docker_image_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_login.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_network.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_secret.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_service.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
docker_volume.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00