added cyan back to ignoring message
This commit is contained in:
parent
064a34689a
commit
d993e7000c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class CallbackModule(CallbackBase):
|
||||||
self._display.display("fatal: [%s]: FAILED! => %s" % (result._host.get_name(), self._dump_results(result._result)), color='red')
|
self._display.display("fatal: [%s]: FAILED! => %s" % (result._host.get_name(), self._dump_results(result._result)), color='red')
|
||||||
|
|
||||||
if result._task.ignore_errors:
|
if result._task.ignore_errors:
|
||||||
self._display.display("...ignoring")
|
self._display.display("...ignoring", color='cyan')
|
||||||
|
|
||||||
def v2_runner_on_ok(self, result):
|
def v2_runner_on_ok(self, result):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue