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 - name: Adjust rights for munin-cgi
file: file:
path: '{{ item }}' path: '{{ item }}'
owner: munin owner: www-data
group: adm group: munin
mode: "0660"
with_fileglob: with_fileglob:
- /var/log/munin/munin-cgi-* - /var/log/munin/munin-cgi-*