parent
4d853a5d3c
commit
38eb53de1d
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class VariableManager:
|
||||||
copied_vars = all_vars.copy()
|
copied_vars = all_vars.copy()
|
||||||
if 'hostvars' in copied_vars:
|
if 'hostvars' in copied_vars:
|
||||||
del copied_vars['hostvars']
|
del copied_vars['hostvars']
|
||||||
all_vars['vars'] = all_vars.copy()
|
all_vars['vars'] = copied_vars
|
||||||
|
|
||||||
#CACHED_VARS[cache_entry] = all_vars
|
#CACHED_VARS[cache_entry] = all_vars
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue