d
This commit is contained in:
parent
2564eb2873
commit
7f5b74f22b
1 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@
|
|||
group: munin
|
||||
- name: /var/cache/munin/www
|
||||
mode: '0755'
|
||||
owner: root
|
||||
group: root
|
||||
owner: tss
|
||||
group: tss
|
||||
- name: /var/lib/munin
|
||||
mode: '0755'
|
||||
owner: munin
|
||||
|
@ -44,7 +44,7 @@
|
|||
mode: '0755'
|
||||
state: directory
|
||||
owner: munin
|
||||
group: munin
|
||||
group: tss
|
||||
recurse: true
|
||||
|
||||
- name: Template apache config
|
||||
|
@ -56,7 +56,7 @@
|
|||
group: root
|
||||
notify: "restart apache2"
|
||||
|
||||
- name: Enable fgcid
|
||||
- name: apache2: enable fgcid
|
||||
community.general.apache2_module:
|
||||
state: present
|
||||
name: fcgid
|
||||
|
|
Loading…
Reference in a new issue