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
|