Install pkgs required to apply workarounds

Make sure packages required to apply workarounds
are installed.

Change-Id: I5b8a54736655b3cd0c518016ad41c3742fba4329
This commit is contained in:
Khomesh Thakre 2022-04-28 10:39:44 +05:30
parent c003ac529b
commit f0a071b27b
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,16 @@
when: workload_launch|bool or launch_sanity_workload|bool
tags: always
- name: install packages required to apply workaround
become: true
become_user: root
package:
name:
- patch
- curl
state: latest
tags: always
- name: launch workload
shell: |
set -o pipefail