16 lines
307 B
YAML
16 lines
307 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-rhts
|
||
|
use_beakerlib_libraries: yes
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- Master-server-not-chrooted
|
||
|
required_packages:
|
||
|
- bind
|
||
|
- bind-chroot
|
||
|
- redhat-lsb
|
||
|
- bind-utils
|