mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Be more selective about what variables we cache during templating
Fixes #13087
This commit is contained in:
parent
1a04f354f3
commit
7e04947599
2 changed files with 7 additions and 4 deletions
|
@ -272,7 +272,6 @@ class VariableManager:
|
|||
# we assume each item in the list is itself a list, as we
|
||||
# support "conditional includes" for vars_files, which mimics
|
||||
# the with_first_found mechanism.
|
||||
#vars_file_list = templar.template(vars_file_item)
|
||||
vars_file_list = vars_file_item
|
||||
if not isinstance(vars_file_list, list):
|
||||
vars_file_list = [ vars_file_list ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue