diff --git a/roles/mgrote_munin_server/tasks/main.yml b/roles/mgrote_munin_server/tasks/main.yml index 687c628f..74a29f26 100644 --- a/roles/mgrote_munin_server/tasks/main.yml +++ b/roles/mgrote_munin_server/tasks/main.yml @@ -24,7 +24,6 @@ ansible.builtin.template: src: apache.conf dest: /etc/apache2/sites-available/000-default.conf - # validate: "apachectl -S -f %s" notify: "restart apache2" - name: Enable fgcid @@ -32,8 +31,6 @@ state: present name: fcgid -# (chfn -f 'munin' root) ??? TODO - - name: Template munin-server plugins ansible.builtin.template: src: "{{ item }}"