cbe6d70855
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ca-certificates#5221e001cb29e491c529e5d5e8c1d26c84f4d9b4
14 lines
283 B
YAML
14 lines
283 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
- container
|
|
tests:
|
|
- smoke-test
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|