From 74a84d7062373e113eee48a03b0d289523b15b9c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 25 Mar 2012 19:05:27 -0400 Subject: [PATCH] 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) --- async_status | 1 - 1 file changed, 1 deletion(-) diff --git a/async_status b/async_status index 74732b669bc..bf5b0a82d3e 100755 --- a/async_status +++ b/async_status @@ -87,7 +87,6 @@ except Exception, e: print json.dumps({ "results_file" : log_path, "ansible_job_id" : jid, - "traceback" : str(e), "started" : 1, }) else: