Role service-bind-slave: fix file permissions
This commit is contained in:
parent
1f7ab3c620
commit
31e0b6da67
1 changed files with 3 additions and 3 deletions
|
@ -60,8 +60,8 @@
|
|||
|
||||
- name: set file attributes for icvpn config
|
||||
file:
|
||||
path: /etc/bind/
|
||||
path: /etc/bind/named.conf.icvpn
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: bird
|
||||
owner: admin
|
||||
group: bind
|
||||
notify: restart bind9
|
||||
|
|
Loading…
Reference in a new issue