mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Fix output message
This commit is contained in:
parent
c16b691883
commit
d3e8e8ff54
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 stringc(msg, 'red')
|
print stringc(msg, 'red')
|
||||||
|
|
||||||
def on_ok(self, host, host_result):
|
def on_ok(self, host, host_result):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue