docker_compose_v2_pull: Add ignore_pull_failures option (#1248)

* feat(docker_compose_v2_pull): Add `ignore_pull_failures` option


Co-authored-by: Felix Fontein <felix@fontein.de>

* changelog fragment

* Update changelogs/fragments/1248-ignore-pull-failures.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Matthieu Berthomé
2026-03-06 18:51:36 +01:00
committed by GitHub
parent 241ba443ac
commit 15690313f3
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- docker_compose_v2_pull - adds ``ignore_pull_failures`` parameter that passes ``--ignore-pull-failures`` to the ``docker compose pull`` call when set to ``true`` (https://github.com/ansible-collections/community.docker/pull/1248).