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
|