Fix idempotency of docker_compose_v2_pull. (#814)

This commit is contained in:
Felix Fontein
2024-03-13 13:20:11 +01:00
committed by GitHub
parent 6600f501ae
commit 4bab9a6b0e
5 changed files with 33 additions and 18 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_compose_v2_pull - fixing idempotence by checking actual pull progress events instead of service-level pull request when ``policy=always``. This stops the module from reporting ``changed=true`` if no actual change happened when pulling. In check mode, it has to assume that a change happens though (https://github.com/ansible-collections/community.docker/issues/813, https://github.com/ansible-collections/community.docker/pull/814)."