ansible/changelogs/fragments/include_tasks_parent_templating.yml

4 lines
228 B
YAML
Raw Normal View History

bugfixes:
- include_tasks - Ensure we give IncludedFile the same context as TaskExecutor when templating the parent include path
allowing for lookups in the included file path (https://github.com/ansible/ansible/issues/49969)