mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 16:21:12 +00:00
Shows messages for uncaught exceptions from called modules in async_wrapper output. (#4591)
This commit is contained in:
committed by
Matt Clay
parent
503c2b6158
commit
4d75f9b4bc
@@ -105,6 +105,7 @@ def _run_module(wrapped_cmd, jid, job_path):
|
||||
"failed" : 1,
|
||||
"cmd" : wrapped_cmd,
|
||||
"data" : outdata, # temporary notice only
|
||||
"stderr": stderr,
|
||||
"msg" : traceback.format_exc()
|
||||
}
|
||||
result['ansible_job_id'] = jid
|
||||
|
||||
Reference in New Issue
Block a user