ansible/roles/prometheus_bird/handlers/main.yml

7 lines
124 B
YAML
Raw Normal View History

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