From f1edf4a3e33073c860c432e01a2c67d2801e1045 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 15:23:28 -0700 Subject: [PATCH] ansible-server: fix another jinja in comment Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 0f4a32f544..89eba45cb9 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -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.