Merge "Make sure the container configuration is refreshed during update."

This commit is contained in:
Zuul 2021-04-29 22:07:51 +00:00 committed by Gerrit Code Review
commit 886c5e3abb
1 changed files with 2 additions and 0 deletions

View File

@ -972,6 +972,8 @@ outputs:
- import_tasks: deploy_steps_tasks_step_0.yaml - import_tasks: deploy_steps_tasks_step_0.yaml
vars: vars:
step: 0 step: 0
- name: Make sure container configuration is refreshed
import_tasks: common_container_setup_tasks.yaml
- name: Write config data at the start of step 1 - name: Write config data at the start of step 1
import_tasks: common_deploy_steps_tasks_step_1.yaml import_tasks: common_deploy_steps_tasks_step_1.yaml
{%- for step in range(1,deploy_steps_max) %} {%- for step in range(1,deploy_steps_max) %}