This commit is contained in:
Michael Grote 2024-08-12 14:08:01 +02:00
parent 5dbfa7c651
commit 5efacae1b7

View file

@ -24,7 +24,6 @@
ansible.builtin.template: ansible.builtin.template:
src: apache.conf src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf dest: /etc/apache2/sites-available/000-default.conf
# validate: "apachectl -S -f %s"
notify: "restart apache2" notify: "restart apache2"
- name: Enable fgcid - name: Enable fgcid
@ -32,8 +31,6 @@
state: present state: present
name: fcgid name: fcgid
# (chfn -f 'munin' root) ??? TODO
- name: Template munin-server plugins - name: Template munin-server plugins
ansible.builtin.template: ansible.builtin.template:
src: "{{ item }}" src: "{{ item }}"