diff --git a/roles/mgrote_munin_server/tasks/main.yml b/roles/mgrote_munin_server/tasks/main.yml index 32bb5af5..d2208f48 100644 --- a/roles/mgrote_munin_server/tasks/main.yml +++ b/roles/mgrote_munin_server/tasks/main.yml @@ -19,10 +19,12 @@ src: apache.conf dest: /etc/apache2/sites-available/000-default.conf -# (chfn -f 'munin' root) ??? TODO - - name: Enable fgcid - ansible.builtin.command: /usr/sbin/a2enmod fcgid # TODO CHANGED/when + community.general.apache2_module: + state: present + name: fcgid + +# (chfn -f 'munin' root) ??? TODO - name: Template munin-server plugins ansible.builtin.template: