2020-10-15 16:33:35 +00:00
|
|
|
---
|
|
|
|
# This first play always runs on the local staging system
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- atomic
|
|
|
|
tests:
|
|
|
|
- sanity
|
|
|
|
required_packages:
|
|
|
|
- shadow-utils # sanity test needs shadow-utils
|
2021-05-28 13:07:25 +00:00
|
|
|
- python3-devel # sanity test needs python3
|