16459847f1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/openssl#7ae2c9cd854539d3f09c5da76a55f6ff55ce55a8
16 lines
443 B
YAML
16 lines
443 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
tests:
|
|
- simple-rsapss-test
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|
|
- man # needed by simple-rsapss-test
|
|
- man-db # needed by simple-rsapss-test
|
|
- openssl # needed by simple-rsapss-test
|