From f82f53ff947b3fb39c519a9eb7cb37fb9e193c83 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 13:31:32 +0200 Subject: [PATCH] ff --- roles/mgrote_munin_server/tasks/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: