Do not fail on empty 'docker compose images' output. (#1305)

This commit is contained in:
Felix Fontein
2026-08-07 12:26:34 +02:00
committed by GitHub
parent b7b684b9c5
commit bc8f6a6906
3 changed files with 16 additions and 6 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "Handle empty 'docker compose images' stdout in case of errors (https://github.com/ansible-collections/community.docker/pull/1305)."