ansible-server: fix another jinja in comment
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
222b836dae
commit
f1edf4a3e3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue