Merge "[FFU] Make sure group access work correctly with ansible 2.6."

This commit is contained in:
Zuul 2019-02-20 12:23:16 +00:00 committed by Gerrit Code Review
commit b8f29dc469
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}