ansible/roles/prometheus_snmp/handlers/main.yml

7 lines
124 B
YAML
Raw Normal View History

---
- name: Restart prometheus-snmp-exporter
systemd:
name: prometheus-snmp-exporter.service
state: restarted
...