0c00915c41
This mimics behavior of core 'template' module to allow relative includes from the same dir as merged template, base dir of playbook/role (usually role for us) and its 'templates' subdir. Additionally old unused code was removed. Change-Id: I83804d3cf5f17eb2302a2dfe49229c6277b1e25f Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
features:
|
|
- |
|
|
Merge action plugins (for config/ini and yaml files) now allow relative
|
|
imports in the same way that upstream template modules does, e.g. one can
|
|
now include subtemplate from the same directory as base template.
|