The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libconfig#58eb6fa78e55869c711d2c3b171685722976e9f5
14 lines
261 B
YAML
14 lines
261 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- sanity-tests
|
|
required_packages:
|
|
- libconfig
|
|
- libconfig-devel
|
|
- libcmocka
|
|
- libcmocka-devel
|
|
- gcc
|