ansible-collection-prometheus/roles/chrony_exporter/handlers/main.yml
SuperQ 2f1e8a4be8
feat: Add chrony_exporter role
Add role for deploying the chrony_exporter.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-23 23:18:40 +02:00

10 lines
222 B
YAML

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