diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 4b25a16089..535d63d15f 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -513,7 +513,7 @@ outputs: serial: 1 tasks: - include: update_steps_tasks.yaml - with_sequence: start=1 end={{update_steps_max-1}} + with_sequence: start=0 end={{update_steps_max-1}} loop_control: loop_var: step - include: deploy_steps_tasks.yaml @@ -529,6 +529,6 @@ outputs: - hosts: overcloud tasks: - include: upgrade_steps_tasks.yaml - with_sequence: start=1 end={{upgrade_steps_max-1}} + with_sequence: start=0 end={{upgrade_steps_max-1}} loop_control: loop_var: step