ansible/roles/prometheus-node-exporter/handlers/main.yml

6 lines
112 B
YAML
Raw Normal View History

2021-09-06 00:24:56 +02:00
---
- name: Restart prometheus-node-exporter
systemd:
name: prometheus-node-exporter
state: restarted