[TRAIN-only] Remove duplicate register

99f24b64b7 introduced a duplicate register
parameter on a task in the common deploy steps.

[WARNING]: While constructing a mapping from
/var/lib/mistral/overcloud/common_deploy_steps_tasks.yaml, line 158, column 7,
found a duplicate dict key (register). Using last defined value only.

Change-Id: I3e496e2c80cb2e67e8cb5e39cb99d5b559171b77
This commit is contained in:
Alex Schultz 2020-07-20 11:55:52 -06:00
parent 8bda04bcad
commit cfb99a9674
1 changed files with 0 additions and 1 deletions

View File

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