From d6018fd5fb4ce98eeaf8441471519a1d6ef84a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20Berthom=C3=A9?= Date: Fri, 6 Mar 2026 17:48:03 +0100 Subject: [PATCH] Update changelogs/fragments/1248-ignore-pull-failures.yml Co-authored-by: Felix Fontein --- changelogs/fragments/1248-ignore-pull-failures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/1248-ignore-pull-failures.yml b/changelogs/fragments/1248-ignore-pull-failures.yml index 9d8dac67..406ab47c 100644 --- a/changelogs/fragments/1248-ignore-pull-failures.yml +++ b/changelogs/fragments/1248-ignore-pull-failures.yml @@ -1,2 +1,2 @@ minor_changes: - - Adds `ignore_pull_failures` parameter to docker_compose_v2_pull, that adds a --ignore-pull-failures to the `docker compose pull` call when set true + - 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).