Commit d3e8e8ff by Michael DeHaan

Fix output message

parent c16b6918
......@@ -268,7 +268,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
else:
msg = "failed: [%s] => %s" % (host, utils.jsonify(results))
return stringc(msg, 'red')
print stringc(msg, 'red')
def on_ok(self, host, host_result):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment