You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
443 B
16 lines
443 B
---
|
|
# 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
|