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 populatedpull/62622/head
parent
bad338aca6
commit
d0c7b42e58
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- collection loader - ensure Jinja function cache is fully-populated before lookup
|
||||||
Loading…
Reference in New Issue