Commit d993e700 by Brian Coca

added cyan back to ignoring message

parent 064a3468
......@@ -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')
if result._task.ignore_errors:
self._display.display("...ignoring")
self._display.display("...ignoring", color='cyan')
def v2_runner_on_ok(self, result):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment