cdb7ab61a0
* Introduce context manager for temporary templar context changes. Fixes #60106 * Rename and docstring * Make set_temporary_context more generic, don't hardcode each thing you can set, apply to template action too * not None * linting fix * Ignore invalid attrs * Catch the right things, loop the right things * Use set_temporary_context in a few extra action plugins
4 lines
185 B
YAML
4 lines
185 B
YAML
bugfixes:
|
|
- template lookup - ensure changes to the templar in the lookup, do not
|
|
affect the templar context outside of the lookup
|
|
(https://github.com/ansible/ansible/issues/60106)
|