diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index a2347e22d8..a67fccbd52 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -955,6 +955,7 @@ outputs: loop_var: step - import_tasks: {{role.name}}/host_prep_tasks.yaml when: tripleo_role_name == '{{role.name}}' + - import_tasks: common_deploy_steps_tasks_step_1.yaml - include_tasks: common_deploy_steps_tasks.yaml with_sequence: start=1 end={{deploy_steps_max-1}} loop_control: