You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/template
Martin Krizek 63fdc3f08f
Fix jinja2>=2.9 nested include vars (#35099)
This fixes a bug when parent's local vars where not available in nested
includes. The bug can only be seen with jinja>=2.9 which changes
how the variable scopes work.

Fixes #34886
6 years ago
..
__init__.py Clarify lookup plugin TypeError recovery 7 years ago
safe_eval.py Fix dangerous default args. (#29839) 7 years ago
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
vars.py Fix jinja2>=2.9 nested include vars (#35099) 6 years ago