Merge "[TRAIN-only] Remove duplicate register" into stable/train

This commit is contained in:
Zuul 2020-07-22 02:58:16 +00:00 committed by Gerrit Code Review
commit 368812bc60
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@
healthcheck_disabled: "{{ container_healthcheck_disabled | bool }}" healthcheck_disabled: "{{ container_healthcheck_disabled | bool }}"
managed_by: "tripleo-{{ tripleo_role_name }}" managed_by: "tripleo-{{ tripleo_role_name }}"
debug: "{{ enable_debug | bool }}" debug: "{{ enable_debug | bool }}"
register: outputs
register: start_containers_async_result register: start_containers_async_result
tags: tags:
- container_startup_configs - container_startup_configs