ff
This commit is contained in:
parent
0f9ae62f29
commit
5dbfa7c651
1 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,12 @@
|
|||
group: munin
|
||||
loop: "{{ munin_dirs }}"
|
||||
|
||||
- name: Ensure permissions are set
|
||||
ansible.builtin.file:
|
||||
path: /var/lib/munin/cgi-tmp
|
||||
mode: 'ugo+rw'
|
||||
recurse: true
|
||||
|
||||
- name: Template apache config
|
||||
ansible.builtin.template:
|
||||
src: apache.conf
|
||||
|
@ -21,7 +27,6 @@
|
|||
# validate: "apachectl -S -f %s"
|
||||
notify: "restart apache2"
|
||||
|
||||
|
||||
- name: Enable fgcid
|
||||
community.general.apache2_module:
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue