13 lines
215 B
YAML
13 lines
215 B
YAML
|
---
|
||
|
# Run tests in all contexts
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tests:
|
||
|
- Sanity-test-for-genwqe-tools
|
||
|
required_packages:
|
||
|
- genwqe-tools
|
||
|
- man-db
|