From 972379c9072e1debeefce7a7bf99ffbe1e9217c4 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 7 Oct 2016 10:27:10 -0400 Subject: [PATCH] fix method signature --- lib/ansible/playbook/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/playbook/helpers.py b/lib/ansible/playbook/helpers.py index 9a81ccde3ea..7ded0b716fa 100644 --- a/lib/ansible/playbook/helpers.py +++ b/lib/ansible/playbook/helpers.py @@ -184,7 +184,7 @@ def load_list_of_tasks(ds, play, block=None, role=None, task_include=None, use_h # the same fashion used by the on_include callback. We also do it here, # because the recursive nature of helper methods means we may be loading # nested includes, and we want the include order printed correctly - display.vv("statically included: %s" % include_file, color=C.COLOR_SKIP) + display.vv("statically included: %s" % include_file) except AnsibleFileNotFound as e: if t.static or \ C.DEFAULT_TASK_INCLUDES_STATIC or \