diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index adee390a01..3d792aabe7 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -538,7 +538,7 @@ outputs: loop_var: step {%- for role in roles %} - include: {{role.name}}/host_prep_tasks.yaml - when: tripleo_role_name == '{{role.name}}' + when: role_name == '{{role.name}}' {%- endfor %} - include: common_deploy_steps_tasks.yaml with_sequence: start=1 end={{deploy_steps_max-1}}