mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo
This commit is contained in:
parent
772e241d1f
commit
15062b38e1
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class PlaybookRunnerCallbacks(DefaultRunnerCallbacks):
|
||||||
else:
|
else:
|
||||||
msg = "failed: [%s] => %s" % (host, utils.jsonify(results))
|
msg = "failed: [%s] => %s" % (host, utils.jsonify(results))
|
||||||
|
|
||||||
return color.string(msg, 'red')
|
return stringc(msg, 'red')
|
||||||
|
|
||||||
def on_ok(self, host, host_result):
|
def on_ok(self, host, host_result):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue