2020-10-14 20:16:50 +00:00
|
|
|
---
|
|
|
|
# This first play always runs on the local staging system
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
2021-01-12 20:05:29 +00:00
|
|
|
- repo: "https://src.fedoraproject.org/tests/bind.git"
|
2020-10-14 20:16:50 +00:00
|
|
|
dest: "bind-tests"
|
|
|
|
fmf_filter: "tier: 1"
|