mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
changed task color to dark gray to keep it from being confused with ignore/skip
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user