Add path= for dns-master.yml.

This commit is contained in:
staticsafe 2014-01-11 18:32:04 +00:00
parent d984e5f4c2
commit 40cc75ef26
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- name: update dns-infrastructure git repo - name: update dns-infrastructure git repo
git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/namedb/dns-infrastructure update=yes git: repo=git@bitbucket.org:staticsafe/dns-infrastructure.git dest=/etc/namedb/dns-infrastructure update=yes
- name: ensure permission correctness - name: ensure permission correctness
file: /etc/namedb/dns-infrastructure owner=bind group=bind state=directory recurse=yes file: path=/etc/namedb/dns-infrastructure owner=bind group=bind state=directory recurse=yes
notify: notify:
- reload nameserver daemon - reload nameserver daemon
handlers: handlers: