mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
10 lines
222 B
YAML
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
|