Do not fail on non-fatal errors. (#810)

This commit is contained in:
Felix Fontein
2024-02-28 21:43:30 +01:00
committed by GitHub
parent d4b654793e
commit 37e28b62d3
2 changed files with 6 additions and 2 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker_compose_v2 - do not fail when non-fatal errors occur. This can happen when pulling an image fails, but then the image can be built
for another service. Docker Compose emits an error in that case, but ``docker compose up`` still completes successfully
(https://github.com/ansible-collections/community.docker/issues/807, https://github.com/ansible-collections/community.docker/pull/810)."