1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Brian Coca 2015-10-07 12:12:35 -04:00
parent c459dd4e18
commit dac3684fd1

View file

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