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

This commit is contained in:
Michael Grote 2024-08-12 14:04:58 +02:00
parent 0f9ae62f29
commit 5dbfa7c651

View file

@ -14,6 +14,12 @@
group: munin
loop: "{{ munin_dirs }}"
- name: Ensure permissions are set
ansible.builtin.file:
path: /var/lib/munin/cgi-tmp
mode: 'ugo+rw'
recurse: true
- name: Template apache config
ansible.builtin.template:
src: apache.conf
@ -21,7 +27,6 @@
# validate: "apachectl -S -f %s"
notify: "restart apache2"
- name: Enable fgcid
community.general.apache2_module:
state: present