f
This commit is contained in:
parent
f23a526d2a
commit
d71645de30
1 changed files with 4 additions and 9 deletions
|
@ -37,15 +37,10 @@
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
- name: /var/lib/munin/cgi-tmp
|
||||||
- name: Ensure permissions are set
|
mode: '0777'
|
||||||
ansible.builtin.file:
|
owner: munin
|
||||||
path: /var/lib/munin/cgi-tmp
|
group: www-data
|
||||||
mode: '0755'
|
|
||||||
state: directory
|
|
||||||
owner: munin
|
|
||||||
group: www-data
|
|
||||||
recurse: true
|
|
||||||
|
|
||||||
- name: Template apache config
|
- name: Template apache config
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
Loading…
Reference in a new issue