Fix variable name for workload_launch task.

Some time ago that variable has changed, fix it according to
plugin.spec.

Change-Id: Idce7941328d4a881b29fd29e6fd4c63857db8258
(cherry picked from commit 2caf0d58d4)
(cherry picked from commit 85e29ea352)
This commit is contained in:
Yurii Prokulevych 2018-10-15 09:57:15 +02:00
parent 9655b1c19d
commit c25325489d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
bash {{ workload_launch_script }} 2>&1 {{ timestamper_cmd }} > workload_launch.log
args:
chdir: "{{working_dir}}"
when: workload_launch_post_composable_upgrade|bool
when: workload_launch|bool
- include: overcloud_upgrade_run.yml
tags: overcloud_upgrade_run