mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
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 |
||
|---|---|---|
| .. | ||
| bar | ||
| foo.j2 | ||
| foo2.j2 | ||
| foo3.j2 | ||
| for_loop.j2 | ||
| for_loop_include.j2 | ||
| for_loop_include_nested.j2 | ||
| import_as.j2 | ||
| import_as_with_context.j2 | ||
| import_with_context.j2 | ||
| parent.j2 | ||
| qux | ||
| short.j2 | ||
| subtemplate.j2 | ||