d
Some checks failed
ci/woodpecker/push/gitleaks Pipeline failed
ci/woodpecker/push/ansible-lint unknown status

This commit is contained in:
Michael Grote 2024-08-21 18:12:26 +02:00
parent 2564eb2873
commit 7f5b74f22b

View file

@ -23,8 +23,8 @@
group: munin group: munin
- name: /var/cache/munin/www - name: /var/cache/munin/www
mode: '0755' mode: '0755'
owner: root owner: tss
group: root group: tss
- name: /var/lib/munin - name: /var/lib/munin
mode: '0755' mode: '0755'
owner: munin owner: munin
@ -44,7 +44,7 @@
mode: '0755' mode: '0755'
state: directory state: directory
owner: munin owner: munin
group: munin group: tss
recurse: true recurse: true
- name: Template apache config - name: Template apache config
@ -56,7 +56,7 @@
group: root group: root
notify: "restart apache2" notify: "restart apache2"
- name: Enable fgcid - name: apache2: enable fgcid
community.general.apache2_module: community.general.apache2_module:
state: present state: present
name: fcgid name: fcgid