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:
parent
c459dd4e18
commit
dac3684fd1
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue