From 4de4e15c4853185272310a9291111978ca634668 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 12 Apr 2014 14:06:33 -0400 Subject: [PATCH] Update dns-master.yml for new NS1. --- dns/dns-master.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dns/dns-master.yml b/dns/dns-master.yml index bc22317..5732471 100644 --- a/dns/dns-master.yml +++ b/dns/dns-master.yml @@ -4,11 +4,9 @@ gather_facts: no tasks: - name: update dns-infrastructure git repo - git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/namedb/dns-infrastructure update=yes - - name: ensure permission correctness - file: path=/etc/namedb/dns-infrastructure owner=bind group=bind state=directory recurse=yes + git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/src/dns-infrastructure version=debian-master update=yes notify: - reload nameserver daemon handlers: - name: reload nameserver daemon - action: service name=named state=reloaded + action: service name=bind9 state=reloaded