bind/tests/tests.yml

15 lines
278 B
YAML
Raw Normal View History

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
tests:
2018-06-13 14:52:36 +00:00
- Master-server-not-chrooted
2017-12-11 16:15:11 +00:00
required_packages:
- bind
- bind-chroot
- redhat-lsb
- bind-utils