Commit 15062b38 by Michael DeHaan

Fix typo

parent 772e241d
......@@ -268,7 +268,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
else:
msg = "failed: [%s] => %s" % (host, utils.jsonify(results))
return color.string(msg, 'red')
return 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