2ee422a215
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/which#bec780888626816d6da8a175532cde3140f0e08d
14 lines
216 B
YAML
14 lines
216 B
YAML
---
|
|
# Run tests in all contexts
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
- container
|
|
- atomic
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- basic-functionality-test
|
|
required_packages:
|
|
- which
|