Shows messages for uncaught exceptions from called modules in async_wrapper output. (#4591)

reviewable/pr18780/r1
James S. Martin 9 years ago committed by Ryan Brown
parent 02c47f5b0c
commit 978716cf4c

@ -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

Loading…
Cancel
Save