20788990a8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/rng-tools#e438127b78cb794a9ce4d31c481eba1d6b1627d1
17 lines
338 B
YAML
17 lines
338 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- libsysfs-devel
|
|
- libxml2
|
|
- libxml2-devel
|
|
- openssl-devel
|
|
- libcurl-devel
|
|
- libgcrypt-devel
|