From 91743e598b6fec4de0c0823de9e1ceabf4fac46c Mon Sep 17 00:00:00 2001 From: Jeltz Date: Sun, 2 Jan 2022 16:07:18 +0100 Subject: [PATCH] Relax permissions on bird6?.conf --- roles/bird/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bird/tasks/main.yml b/roles/bird/tasks/main.yml index 591fcc8..40d1e87 100644 --- a/roles/bird/tasks/main.yml +++ b/roles/bird/tasks/main.yml @@ -8,8 +8,8 @@ src: bird.conf dest: /etc/bird/bird.conf owner: root - group: root - mode: u=rw,g=,o= + group: bird + mode: u=rw,g=r,o= notify: - Reload bird @@ -18,8 +18,8 @@ src: bird6.conf dest: /etc/bird/bird6.conf owner: root - group: root - mode: u=rw,g=,o= + group: bird + mode: u=rw,g=r,o= notify: - Reload bird6