Improve JSON parsing error handling. (#1221)

This commit is contained in:
Felix Fontein
2025-12-06 22:25:30 +01:00
committed by GitHub
parent 159df0ab91
commit 6ab8cc0d82
2 changed files with 13 additions and 2 deletions
@@ -0,0 +1,3 @@
bugfixes:
- "CLI-based modules - when parsing JSON output fails, also provide standard error output. Also provide information on the command and its result in machine-readable way
(https://github.com/ansible-collections/community.docker/issues/1216, https://github.com/ansible-collections/community.docker/pull/1221)."