mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added cyan back to ignoring message
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user