diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 68494fb511..07683e7d3d 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -972,6 +972,8 @@ outputs: - import_tasks: deploy_steps_tasks_step_0.yaml vars: 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 import_tasks: common_deploy_steps_tasks_step_1.yaml {%- for step in range(1,deploy_steps_max) %}