From dc0cab1d12fcbf030339c06ae840bd0e4fdaf2fc Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 25 Oct 2021 22:24:24 +0200 Subject: [PATCH] remove a template variable --- templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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