Merge "[FFU] Make sure group access work correctly with ansible 2.6."
This commit is contained in:
commit
b8f29dc469
@ -854,7 +854,7 @@ outputs:
|
||||
fast_forward_upgrade_bootstrap_role_tasks: |
|
||||
{%- for role in roles %}
|
||||
- include_tasks: {{role.name}}/fast_forward_upgrade_tasks.yaml
|
||||
when: tripleo_role_name == '{{role.name}}' and ansible_hostname == {{role.name}}[0]
|
||||
when: tripleo_role_name == '{{role.name}}' and ansible_hostname == groups['{{role.name}}'][0]
|
||||
{%- endfor %}
|
||||
post_update_steps_tasks: |
|
||||
{%- for role in roles %}
|
||||
|
Loading…
Reference in New Issue
Block a user