removed unused color var

This commit is contained in:
Brian Coca 2016-02-21 02:03:31 -05:00
parent f8211f83a0
commit cea10794fd

View file

@ -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):