Merge "Add service defined ansible_group_vars to RoleGroupVars"

This commit is contained in:
Zuul 2021-06-15 21:49:54 +00:00 committed by Gerrit Code Review
commit 3eb7ce20c1
1 changed files with 1 additions and 0 deletions

View File

@ -1302,6 +1302,7 @@ outputs:
{%- for role in roles %}
{{role.name}}:
map_merge:
- {get_attr: [{{role.name}}ServiceChainRoleData, value, ansible_group_vars]}
- {get_attr: [{{role.name}}GroupVars, value]}
- {get_attr: [{{role.name}}ConfigData, value]}
- any_errors_fatal: {get_param: {{role.name}}AnyErrorsFatal}