12 lines
290 B
YAML
12 lines
290 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
repositories:
|
||
|
- repo: "https://github.com/InfrastructureServices/bind-tests.git"
|
||
|
dest: "bind-tests"
|
||
|
fmf_filter: "tier: 1"
|