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