1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Backing out vars magic variable due to failed tests

This commit is contained in:
James Cammarata 2015-07-04 22:44:45 -04:00
parent 53cd96befe
commit 388e46a485

View file

@ -243,7 +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
all_vars['vars'] = all_vars
#all_vars['vars'] = all_vars.copy()
#CACHED_VARS[cache_entry] = all_vars