summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/utils/template.py')
-rw-r--r--lib/ansible/utils/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/utils/template.py b/lib/ansible/utils/template.py
index 1284bc00c4..b18a9c968e 100644
--- a/lib/ansible/utils/template.py
+++ b/lib/ansible/utils/template.py
@@ -430,7 +430,7 @@ def template_from_file(basedir, path, vars):
raise errors.AnsibleError("unable to read %s" % realpath)
-# Get jinja env overrides from template
+ # Get jinja env overrides from template
if data.startswith(JINJA2_OVERRIDE):
eol = data.find('\n')
line = data[len(JINJA2_OVERRIDE):eol]