diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml index 105430d7fe..8f79af50e9 100644 --- a/common/deploy-steps-tasks.yaml +++ b/common/deploy-steps-tasks.yaml @@ -267,8 +267,12 @@ include_role: name: tripleo-container-manage vars: + tripleo_container_manage_cli: "{{ container_cli }}" + tripleo_container_manage_config: "/var/lib/tripleo-config/container-startup-config/step_{{ step }}" + tripleo_container_manage_config_id: "tripleo_step{{ step }}" + tripleo_container_manage_debug: "{{ enable_debug | bool }}" + tripleo_container_manage_healthcheck_disabled: "{{ container_healthcheck_disabled | bool }}" tripleo_container_manage_log_path: "{{ container_log_stdout_path }}" - tripleo_container_cli: "{{ container_cli }}" tags: - container_startup_configs