mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
parent
bfbb88b4a9
commit
f67949e42c
2 changed files with 34 additions and 0 deletions
|
@ -243,6 +243,8 @@ class VariableManager:
|
|||
|
||||
# the 'omit' value alows params to be left out if the variable they are based on is undefined
|
||||
all_vars['omit'] = self._omit_token
|
||||
|
||||
# make vars self referential, so people can do things like 'vars[var_name]'
|
||||
all_vars['vars'] = all_vars.copy()
|
||||
|
||||
#CACHED_VARS[cache_entry] = all_vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue