Merge "Make sure create_workload tasks inherit the always tags."

This commit is contained in:
Zuul 2022-09-15 13:02:17 +00:00 committed by Gerrit Code Review
commit 06888b1bd8
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
# tasks file for tripleo-upgrade
- name: prepare workload scripts
include_tasks: common/create_workload.yml
include_tasks:
file: common/create_workload.yml
apply:
tags: always
when: workload_launch|bool or launch_sanity_workload|bool
tags: always