remove a template variable

This commit is contained in:
Andreas Zweili 2021-10-25 22:24:24 +02:00
parent c416526aeb
commit dc0cab1d12
1 changed files with 1 additions and 1 deletions

View File

@ -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