ansible-ffrgb/roles/prometheus/handlers/main.yml

8 lines
172 B
YAML

---
- name: Restart prometheus
service: name=prometheus state=restarted
- name: Restart prometheus-pve-exporter
service: name=prometheus-pve-exporter state=restarted