mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +00:00
Clear cache when updating template variables.
This commit is contained in:
@@ -260,6 +260,8 @@ class Templar:
|
||||
|
||||
assert isinstance(variables, dict)
|
||||
self._available_variables = variables.copy()
|
||||
# Clearing cache
|
||||
self._cached_result = {}
|
||||
|
||||
def template(self, variable, convert_bare=False, preserve_trailing_newlines=True, escape_backslashes=True, fail_on_undefined=None, overrides=None, convert_data=True):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user