Merge "Fix update of non HA container during update."

This commit is contained in:
Zuul 2019-10-18 11:48:51 +00:00 committed by Gerrit Code Review
commit dfd264762f
1 changed files with 1 additions and 0 deletions

View File

@ -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: