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

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Matthieu Berthomé 2026-03-06 17:48:03 +01:00 committed by GitHub
parent 1a8f8887ba
commit d6018fd5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,2 @@
minor_changes: 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).