Commit dac3684f by Brian Coca

changed task color to dark gray to keep it from being confused with ignore/skip

parent c459dd4e
......@@ -113,7 +113,7 @@ class CallbackModule(CallbackBase):
if self._display.verbosity > 3:
path = task.get_path()
if path:
self._display.display("task path: %s" % path, color='cyan')
self._display.display("task path: %s" % path, color='dark gray')
def v2_playbook_on_cleanup_task_start(self, task):
self._display.banner("CLEANUP TASK [%s]" % task.get_name().strip())
......
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