ansible/changelogs/fragments/include-role-name.yaml
Xaroth a9f24e097f Add ansible_parent_role_names magic variable (#46687)
-Add: Test cases for ansible_parent_role_names and ansible_parent_role_paths
-Add: ansible_parent_role_names/paths variables for when a role is being included by another role.
2019-04-23 11:55:05 -04:00

5 lines
354 B
YAML

minor_changes:
- magic variables - added a new ``ansible_parent_role_names`` magic variable that, when a role is included by another
role, contains a list of all parent roles.
- magic variables - added a new ``ansible_parent_role_paths`` magic variable that, when a role is included by another
role, contains a list of all parent role paths.