From b105f8a4d2a6ca05e1d7e0b2f9babc48eaa1efef Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Oct 2017 18:57:10 +0000 Subject: [PATCH] messing up comment in template --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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