openqa/worker: install packages used by tests
A recent test has a couple of perl deps, we need to ensure these are installed on the worker hosts. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9d97ad3e6f
commit
faa8f6c27b
1 changed files with 8 additions and 1 deletions
|
@ -96,7 +96,14 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install packages
|
||||
- name: Install packages used by tests
|
||||
package:
|
||||
name: ['perl-JSON', 'perl-REST-Client']
|
||||
state: latest
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install packages used by ansible plays
|
||||
package:
|
||||
name: ['python3-libselinux', 'git']
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue