You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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>
6 years ago
..
cli make individual bad paths a warning 6 years ago
compat Enable wildcard import pylint (#35786) 7 years ago
config Add note about the dangers of ANSIBLE_DEBUG (#39261) 6 years ago
errors give hint to users when a file is not found 6 years ago
executor keep track of original inventory hostname in play context (#38818) 6 years ago
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 6 years ago
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 6 years ago
module_utils Fixes some NIC bugs (#39213) 6 years ago
modules docker_image: Fix idempotency of pull (#31956) 6 years ago
parsing Allow loading dirs from role defaults/vars (#36357) 6 years ago
playbook Actually check for import_role when loop detected (#39218) 6 years ago
plugins allow configuring sftp/scp executables (#36648) 6 years ago
template fix exception on lookup ignore error 6 years ago
utils More validate module fixes (#39097) 6 years ago
vars minimize loading files/plugins 6 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py centralize doc/config plugin lists (#38775) 6 years ago
release.py Fix version in lib/ansible/release.py 6 years ago