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/test/integration/targets/template/templates
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
7 years ago
..
bar template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
foo.j2 Migrate Linux CI roles to test targets. (#17997) 8 years ago
foo2.j2 Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
foo3.j2 Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
for_loop.j2 Fix jinja2>=2.9 nested include vars (#35099) 7 years ago
for_loop_include.j2 Fix jinja2>=2.9 nested include vars (#35099) 7 years ago
for_loop_include_nested.j2 Fix jinja2>=2.9 nested include vars (#35099) 7 years ago
import_as.j2 template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
import_as_with_context.j2 template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
import_with_context.j2 template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
parent.j2 Don't restrict local jinja2 variables to those that start with l_ 8 years ago
qux template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
short.j2 Migrate Linux CI roles to test targets. (#17997) 8 years ago
subtemplate.j2 Don't restrict local jinja2 variables to those that start with l_ 8 years ago