mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
Fix typo
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user