diff --git a/roles/munin/tasks/install.yml b/roles/munin/tasks/install.yml index 4eae4a387..66126fe9f 100644 --- a/roles/munin/tasks/install.yml +++ b/roles/munin/tasks/install.yml @@ -5,7 +5,7 @@ - munin-node - munin-plugins-extra - libcgi-fast-perl - - libapache2-mod-fcgid +# - libapache2-mod-fcgid state: present when: is_debuntu @@ -17,10 +17,10 @@ state: present when: not is_debuntu -- name: 'Install from template: /etc/munin/munin.conf' - template: - src: munin.conf.j2 - dest: /etc/munin/munin.conf +#- name: 'Install from template: /etc/munin/munin.conf' +# template: +# src: munin.conf.j2 +# dest: /etc/munin/munin.conf - name: 'Install from template: /etc/{{ apache_conf_dir }}/munin24.conf' template: