Be sure to enable libapache2-mod-fcgid

This commit is contained in:
Benoît S. 2017-07-20 09:38:05 +02:00
parent c2f6708645
commit 1f87d38320

View file

@ -12,6 +12,15 @@
- apache
- munin
- name: be sure to enable libapache2-mod-fcgid
command: a2enmod fcgid
register: cmd_disable_fcgid
changed_when: "'Module fcgid already enabled' not in cmd_disable_fcgid.stdout"
notify: restart apache
tags:
- apache
- munin
- name: change group for /var/log/munin/
file:
group: www-data