munin: fix cgi graph generation #163

Merged
mg merged 47 commits from mchmod into master 2024-08-21 20:54:49 +02:00
Showing only changes of commit 1698429fa2 - Show all commits

View file

@ -56,14 +56,11 @@
group: root
notify: "restart apache2"
- name: "apache2: enable modules"
- name: "apache2: enable fgcid"
community.general.apache2_module:
state: present
name: "{{ item }}"
name: fcgid
notify: "restart apache2"
loop:
- fcgid
- rewrite
- name: Template munin-server plugins
ansible.builtin.template: