diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index a12f276165..2d2ae07926 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -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