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
|
- name: set file attributes for icvpn config
|
||||||
file:
|
file:
|
||||||
path: /etc/bind/
|
path: /etc/bind/named.conf.icvpn
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: admin
|
||||||
group: bird
|
group: bind
|
||||||
notify: restart bind9
|
notify: restart bind9
|
||||||
|
|
Loading…
Reference in a new issue