From f23a526d2a826deb2601b3fe6cddcc7a004e8005 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 21 Aug 2024 20:30:13 +0200 Subject: [PATCH] d --- roles/mgrote_munin_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_munin_server/tasks/main.yml b/roles/mgrote_munin_server/tasks/main.yml index 81bca4ea..fbdaf95e 100644 --- a/roles/mgrote_munin_server/tasks/main.yml +++ b/roles/mgrote_munin_server/tasks/main.yml @@ -41,7 +41,7 @@ - name: Ensure permissions are set ansible.builtin.file: path: /var/lib/munin/cgi-tmp - mode: '0777' + mode: '0755' state: directory owner: munin group: www-data