mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
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>