Readd logic for ansible_managed to template action plugin

Fixes #11317
This commit is contained in:
James Cammarata 2015-07-07 16:48:19 -04:00
commit f67949e42c
2 changed files with 34 additions and 0 deletions

View file

@ -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