messing up comment in template

This commit is contained in:
Kevin Fenzi 2017-10-15 18:57:10 +00:00
parent b56675cba5
commit b105f8a4d2

View file

@ -307,7 +307,7 @@ var_compression_level = 9
# Setting to True keeps them under the ansible_facts namespace, the default is False
#restrict_facts_namespace: True
# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
# When enabled, this option allows lookups (via variables like lookup('foo') or when used as
# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
# jinja2 templating language which will be run through the templating engine.
# ENABLING THIS COULD BE A SECURITY RISK