0bc757a755
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/p11-kit#3be0aa7251dff57dc264a6895f915c2eaf36ed2e
15 lines
296 B
YAML
15 lines
296 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
- container
|
|
tests:
|
|
- trust-anchor-complains-about-invalid-attribute-and
|
|
required_packages:
|
|
- openssl
|
|
- p11-kit
|