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