From 14373ccd147b3628bd5a17637d66645f96bcc869 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 4 Apr 2022 15:20:27 -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 6d4ee96e1e..9008b788ce 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -358,7 +358,7 @@ vars_plugins={{ ansible_base }}/ansible/vars_plugins:~/.ansible/plugins/vars:/us # (list) List of extensions to ignore when looking for modules to load # This is for rejecting script and binary module fallback extensions -;module_ignore_exts={{(REJECT_EXTS + ('.yaml', '.yml', '.ini'))}} +;module_ignore_exts=(REJECT_EXTS + ('.yaml', '.yml', '.ini')) # (list) TODO: write it ;network_group_modules=eos, nxos, ios, iosxr, junos, enos, ce, vyos, sros, dellos9, dellos10, dellos6, asa, aruba, aireos, bigip, ironware, onyx, netconf, exos, voss, slxos