mirror of https://github.com/ansible/ansible.git
fix collection jinja2 cache issue (#62543)
* prevents premature lookup (and potential KeyError) of Jinja filter/test function cache that's not fully populated
(cherry picked from commit d0c7b42e58
)
pull/62567/head
parent
3d00ffc154
commit
9bbaa0d688
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- collection loader - ensure Jinja function cache is fully-populated before lookup
|
Loading…
Reference in New Issue