nginx: fix munin fcgi not working (missing chmod 660 on logs)
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Ludovic Poujol 2019-08-22 15:14:36 +02:00
parent 8d71965ec9
commit ab00a46e19

View file

@ -23,7 +23,7 @@
warn: no
- name: Adjust rights for munin-cgi
shell: "chmod --verbose 640 /var/log/munin/munin-cgi-*"
shell: "chmod --verbose 660 /var/log/munin/munin-cgi-*"
register: command_result
changed_when: "'changed' in command_result.stdout"
args: