16 lines
273 B
YAML
16 lines
273 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- upstream-testset
|
|
required_packages:
|
|
- python3-dbus
|
|
- rpm-build
|
|
- gcc
|
|
- wget
|
|
- make
|