Revert "ff"
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed

This reverts commit faec2d72c8.
This commit is contained in:
Michael Grote 2024-08-21 20:05:54 +02:00
parent 7d4814f7af
commit 1698429fa2

View file

@ -56,14 +56,11 @@
group: root group: root
notify: "restart apache2" notify: "restart apache2"
- name: "apache2: enable modules" - name: "apache2: enable fgcid"
community.general.apache2_module: community.general.apache2_module:
state: present state: present
name: "{{ item }}" name: fcgid
notify: "restart apache2" notify: "restart apache2"
loop:
- fcgid
- rewrite
- name: Template munin-server plugins - name: Template munin-server plugins
ansible.builtin.template: ansible.builtin.template: