ansible-collection-prometheus/roles/chrony_exporter/handlers/main.yml

11 lines
222 B
YAML
Raw Normal View History

---
- name: Restart chrony_exporter
listen: "restart chrony_exporter"
become: true
ansible.builtin.systemd:
daemon_reload: true
name: chrony_exporter
state: restarted
when:
- not ansible_check_mode