summaryrefslogtreecommitdiffstats
path: root/roles/prometheus-node-exporter/handlers/main.yml
blob: 4e995e59cb89464ad4d179146a8d208d75c2896a (plain) (blame)
1
2
3
4
5
6
---
- name: "Restart node-exporter"
  become: true
  ansible.builtin.systemd_service:
    name: "prometheus-node-exporter"
    state: "restarted"