Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks.

(Runner still does not use callbacks for default output)
reviewable/pr18780/r1
Michael DeHaan 13 years ago
parent d1c6e7def8
commit 74a84d7062

@ -87,7 +87,6 @@ except Exception, e:
print json.dumps({
"results_file" : log_path,
"ansible_job_id" : jid,
"traceback" : str(e),
"started" : 1,
})
else:

Loading…
Cancel
Save