This commit is contained in:
Michael DeHaan 2012-07-24 19:50:16 -04:00
parent 772e241d1f
commit 15062b38e1

View file

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