dd
This commit is contained in:
parent
03f1fb24c5
commit
bc80d45543
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@
|
||||||
- name: Ensure permissions are set
|
- name: Ensure permissions are set
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/lib/munin/cgi-tmp
|
path: /var/lib/munin/cgi-tmp
|
||||||
mode: '0755'
|
mode: '0777'
|
||||||
state: directory
|
state: directory
|
||||||
owner: root # 116
|
owner: munin
|
||||||
group: root # 116
|
group: munin
|
||||||
recurse: true
|
recurse: true
|
||||||
|
|
||||||
- name: Template apache config
|
- name: Template apache config
|
||||||
|
|
Loading…
Reference in a new issue