Files
ansible-general/roles/prometheus_node_exporter/handlers/main.yaml

6 lines
136 B
YAML

---
- name: Restart prometheus-node-exporter
ansible.builtin.systemd_service:
name: prometheus-node-exporter
state: restarted