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

- name: reload prometheus
  service:
    name: prometheus
    state: reloaded