d
This commit is contained in:
parent
d973a08058
commit
1475f62d6b
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
community.general.apache2_module:
|
||||
state: present
|
||||
name: fcgid
|
||||
notify: "restart apache2"
|
||||
|
||||
- name: Template munin-server plugins
|
||||
ansible.builtin.template:
|
||||
|
@ -81,6 +82,7 @@
|
|||
line: "*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi"
|
||||
create: true
|
||||
mode: '0644'
|
||||
notify: "restart munin"
|
||||
|
||||
- name: check if munin has been run
|
||||
ansible.builtin.stat:
|
||||
|
|
Loading…
Reference in a new issue