2017-12-11 16:15:11 +00:00
|
|
|
---
|
|
|
|
# This first play always runs on the local staging system
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
2018-06-13 14:52:36 +00:00
|
|
|
- role: standard-test-beakerlib
|
2017-12-11 16:15:11 +00:00
|
|
|
tags:
|
|
|
|
- classic
|
2019-10-09 20:00:34 +00:00
|
|
|
repositories:
|
2021-01-07 10:38:47 +00:00
|
|
|
- repo: "https://src.fedoraproject.org/tests/bind.git"
|
2019-10-09 20:00:34 +00:00
|
|
|
dest: "bind-tests"
|
2020-04-14 09:12:10 +00:00
|
|
|
fmf_filter: "tier: 1"
|