container-manage: use new variables
use the new variables for the container-manage role, so it gets the proper configuration later when running the tasks. Change-Id: Ia9c3f8fbc4c55a998b8b3d60b0b0f61f174fc89b
This commit is contained in:
parent
f157e1afb1
commit
ed85ec8849
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user