kolla-ansible/releasenotes/notes/enhance-merge-action-plugins-with-relative-includes-bd0a16cce82707d1.yaml
Radosław Piliszek 0c00915c41 Enhance merge_* action plugins to allow expected relative includes
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>
2019-07-10 20:52:53 +02:00

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.