From 2564eb287390acad8e6fe1f762bd0b4d3dcd8fea Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 21 Aug 2024 18:11:45 +0200 Subject: [PATCH] ff --- roles/mgrote_munin_server/tasks/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/mgrote_munin_server/tasks/main.yml b/roles/mgrote_munin_server/tasks/main.yml index ecec77ca..4ebb6994 100644 --- a/roles/mgrote_munin_server/tasks/main.yml +++ b/roles/mgrote_munin_server/tasks/main.yml @@ -23,8 +23,8 @@ group: munin - name: /var/cache/munin/www mode: '0755' - owner: munin - group: munin + owner: root + group: root - name: /var/lib/munin mode: '0755' owner: munin @@ -34,14 +34,14 @@ owner: root group: root - name: /var/lib/munin/cgi-tmp - mode: 'ugo+rw' - owner: munin - group: munin + mode: '0755' + owner: root + group: root - name: Ensure permissions are set ansible.builtin.file: path: /var/lib/munin/cgi-tmp - mode: 'ugo+rw' + mode: '0755' state: directory owner: munin group: munin