munin: fix cgi graph generation #163

Merged
mg merged 47 commits from mchmod into master 2024-08-21 20:54:49 +02:00
Showing only changes of commit f23a526d2a - Show all commits

View file

@ -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