We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bf42e commit cc30235Copy full SHA for cc30235
plugins/action/assemble_cluster_template.py
@@ -81,7 +81,7 @@ def assemble_fragments(
81
)
82
except json.JSONDecodeError as e:
83
raise AnsibleActionFail(
84
- message=f"JSON parsing error: {to_text(e.msg)}",
+ message=f"JSON parsing error for file, {fragment}: {to_text(e.msg)}",
85
obj=to_native(e),
86
87
0 commit comments