mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed unused color var
This commit is contained in:
parent
f8211f83a0
commit
cea10794fd
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ class CallbackModule(CallbackBase):
|
|||
|
||||
def v2_playbook_on_include(self, included_file):
|
||||
msg = 'included: %s for %s' % (included_file._filename, ", ".join([h.name for h in included_file._hosts]))
|
||||
color = C.COLOR_SKIP
|
||||
self._display.display(msg, color=C.COLOR_SKIP)
|
||||
|
||||
def v2_playbook_on_stats(self, stats):
|
||||
|
|
Loading…
Reference in a new issue