18 lines
307 B
YAML
18 lines
307 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- internal-testsuite
|
||
|
required_packages:
|
||
|
- libmpc
|
||
|
- gmp-devel
|
||
|
- mpfr-devel
|
||
|
- texinfo
|
||
|
- rpm-build
|
||
|
- gcc
|
||
|
- gcc-c++
|