ff
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:11:45 +02:00
parent 5e93b5236a
commit 2564eb2873

View file

@ -23,8 +23,8 @@
group: munin
- name: /var/cache/munin/www
mode: '0755'
owner: munin
group: munin
owner: root
group: root
- name: /var/lib/munin
mode: '0755'
owner: munin
@ -34,14 +34,14 @@
owner: root
group: root
- name: /var/lib/munin/cgi-tmp
mode: 'ugo+rw'
owner: munin
group: munin
mode: '0755'
owner: root
group: root
- name: Ensure permissions are set
ansible.builtin.file:
path: /var/lib/munin/cgi-tmp
mode: 'ugo+rw'
mode: '0755'
state: directory
owner: munin
group: munin