From 31e0b6da6799b8fe202d6ee02152874702727a79 Mon Sep 17 00:00:00 2001 From: Tobias Hachmer Date: Wed, 4 Oct 2017 00:05:53 +0200 Subject: [PATCH] Role service-bind-slave: fix file permissions --- roles/service-bind-slave/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/service-bind-slave/tasks/main.yml b/roles/service-bind-slave/tasks/main.yml index 5327055..15dd816 100644 --- a/roles/service-bind-slave/tasks/main.yml +++ b/roles/service-bind-slave/tasks/main.yml @@ -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