ansible-server: fix another jinja in comment

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-04 15:23:28 -07:00
parent 222b836dae
commit f1edf4a3e3

View file

@ -272,7 +272,7 @@ roles_path={{ ansible_base }}/ansible/roles:~/.ansible/roles:/usr/share/ansible/
;transport=smart
# (boolean) When True, this causes ansible templating to fail steps that reference variable names that are likely typoed.
# Otherwise, any '{{ template_expression }}' that contains undefined variables will be rendered in a template or ansible action line exactly as written.
# Otherwise, any ' template_expression ' that contains undefined variables will be rendered in a template or ansible action line exactly as written.
;error_on_undefined_vars=True
# (pathspec) Colon separated paths in which Ansible will search for Vars Plugins.