docker_compose_v2: ignore some pull events (#803)

* Ignore some pull events.

* Adjust tests.
This commit is contained in:
Felix Fontein
2024-02-23 18:24:16 +01:00
committed by GitHub
parent f0c91ef5f9
commit 6f5d67860c
4 changed files with 11 additions and 6 deletions
@@ -0,0 +1,3 @@
bugfixes:
- "docker_compose_v2 - do not treat service-level pull events as changes to avoid incorrect ``changed=true`` return value of ``pull=always``
(https://github.com/ansible-collections/community.docker/issues/802, https://github.com/ansible-collections/community.docker/pull/803)."