summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/chrony/handlers/main.yml
blob: 5ed687263104d8f0242b92661c71dac57c8bf13c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: restart prometheus-chrony-exporter
  service:
    name: prometheus-chrony-exporter
    state: restarted

- name: reload nginx
  service:
    name: nginx
    state: reloaded