This commit is contained in:
Michael Grote 2024-08-21 18:35:02 +02:00
parent d973a08058
commit 1475f62d6b

View file

@ -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: