summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-08-19 21:08:31 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-08-19 21:08:31 -0400
commitc2ead0c3d4f6845b52767073eceb56446e2023d7 (patch)
tree6cfeff8e8a0361448d935af546e01e4f0b6c3c53
parent5296caea8edef6525488071442d5525cf32a8c2e (diff)
downloadnsd-c2ead0c3d4f6845b52767073eceb56446e2023d7.tar.gz
nsd-c2ead0c3d4f6845b52767073eceb56446e2023d7.tar.xz
Change the location of the zone templates
-rw-r--r--tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml
index ae218fc..0276545 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -9,7 +9,7 @@
dest: /etc/nsd/nsd.conf
- name: Install zone files
template:
- src: '{{inventory_hostname}}/zones/{{item}}'
+ src: 'zones/{{item}}'
dest: '/etc/nsd/{{item}}.zone'
validate: '/usr/bin/nsd-checkzone {{item}} %s'
owner: root