2020-10-20 14:42:43 +00:00
|
|
|
---
|
|
|
|
# This first play always runs on the local staging system
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
|
|
|
- selftest
|
|
|
|
required_packages:
|
2024-03-31 15:56:29 +00:00
|
|
|
- gettext
|
2022-04-23 20:22:48 +00:00
|
|
|
- jitterentropy-devel
|
|
|
|
- jansson-devel
|
|
|
|
- libcap-devel
|
2020-10-20 14:42:43 +00:00
|
|
|
- libxml2
|
|
|
|
- libxml2-devel
|
|
|
|
- openssl-devel
|
|
|
|
- libcurl-devel
|
|
|
|
- libgcrypt-devel
|