diff --git a/lib/ansible/utils/template.py b/lib/ansible/utils/template.py index 03811a51e7..ce23778aeb 100644 --- a/lib/ansible/utils/template.py +++ b/lib/ansible/utils/template.py @@ -36,7 +36,7 @@ class Flags: # TODO: refactor this file -FILTER_PLUGINS = {} +FILTER_PLUGINS = None _LISTRE = re.compile(r"(\w+)\[(\d+)\]") JINJA2_OVERRIDE='#jinja2:'