aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/nameservers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/nameservers.yml')
-rw-r--r--playbooks/nameservers.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/playbooks/nameservers.yml b/playbooks/nameservers.yml
index a977744..8241208 100644
--- a/playbooks/nameservers.yml
+++ b/playbooks/nameservers.yml
@@ -1,9 +1,8 @@
-- import_playbook: common.yml
- vars:
- hostlist: authoritative_nameservers
-
- name: configure nsd
hosts: authoritative_nameservers
tags: nsd
roles:
- - nsd
+ - role: common
+ tags: common
+
+ - role: nsd