diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index a16fd5b..7933858 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -315,7 +315,7 @@ private_key_file = /home/andreas/git_repos/projects/tintenwelt/keys/ansible.key # only update this setting if you know how this works, otherwise it can break module execution #network_group_modules=eos, nxos, ios, iosxr, junos, vyos -# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as +# When enabled, this option allows lookups (via variables like 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