d
This commit is contained in:
parent
0547881adb
commit
7099ae980f
2 changed files with 5 additions and 10 deletions
|
@ -14,13 +14,4 @@
|
|||
enabled: true
|
||||
masked: false
|
||||
state: restarted
|
||||
|
||||
- name: "Ensure /var/lib/munin/cgi-tmp are set"
|
||||
ansible.builtin.file:
|
||||
path: /var/lib/munin/cgi-tmp
|
||||
state: directory
|
||||
mode: "0755"
|
||||
owner: munin
|
||||
group: www-data
|
||||
recurse: true
|
||||
...
|
||||
|
|
|
@ -45,7 +45,11 @@
|
|||
owner: root
|
||||
group: root
|
||||
recurse: false
|
||||
notify: "Ensure /var/lib/munin/cgi-tmp are set"
|
||||
- name: /var/lib/munin/cgi-tmp # TODO, ist immer changed
|
||||
mode: "0755"
|
||||
owner: munin
|
||||
group: www-data
|
||||
recurse: true
|
||||
|
||||
- name: Template apache config
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue