Nginx: fix permissions for munin-cgi log files

This commit is contained in:
Jérémy Lecour 2017-12-05 23:30:51 +01:00
parent b3ad23fcc6
commit f0bc63e02e

View file

@ -18,8 +18,9 @@
- name: Adjust rights for munin-cgi
file:
path: '{{ item }}'
owner: munin
group: adm
owner: www-data
group: munin
mode: "0660"
with_fileglob:
- /var/log/munin/munin-cgi-*