Add path= for dns-master.yml.
This commit is contained in:
parent
d984e5f4c2
commit
40cc75ef26
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user