diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 7d75577d8b..579fd320ae 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -582,6 +582,10 @@ outputs: with_sequence: start=0 end={{update_steps_max-1}} loop_control: loop_var: step +{%- for role in roles %} + - include: {{role.name}}/host_prep_tasks.yaml + when: tripleo_role_name == '{{role.name}}' +{%- endfor %} - include: common_deploy_steps_tasks.yaml with_sequence: start=1 end={{deploy_steps_max-1}} loop_control: