Skip to content
Snippets Groups Projects
Commit 39ec6277 authored by Antoine SCHILDKNECHT's avatar Antoine SCHILDKNECHT Committed by Baptiste DE RENZO
Browse files

Fix race condition between munin conf reload and munin cron | refs #37096

parent c5ba3043
No related branches found
No related tags found
No related merge requests found
--- ---
- name: restart munin-server
- name: wait for munin cron to end
ansible.builtin.wait_for:
path: /var/run/munin/munin-update.lock
state: absent
listen: "restart munin-server"
- name: restart munin-server service
ansible.builtin.service: ansible.builtin.service:
name: munin name: munin
state: restarted state: restarted
listen: "restart munin-server"
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment