From c2ead0c3d4f6845b52767073eceb56446e2023d7 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 19 Aug 2019 21:08:31 -0400 Subject: Change the location of the zone templates --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') 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 -- cgit v1.2.3