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