bind/tests/tests.yml
2018-06-13 16:52:36 +02:00

15 lines
278 B
YAML

---
# This first play always runs on the local staging system
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- Master-server-not-chrooted
required_packages:
- bind
- bind-chroot
- redhat-lsb
- bind-utils