munin: fix cgi graph generation #163
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
- name: Ensure permissions are set
|
- name: Ensure permissions are set
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/lib/munin/cgi-tmp
|
path: /var/lib/munin/cgi-tmp
|
||||||
mode: '0777'
|
mode: '0755'
|
||||||
state: directory
|
state: directory
|
||||||
owner: munin
|
owner: munin
|
||||||
group: www-data
|
group: www-data
|
||||||
|
|
Loading…
Reference in a new issue