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

6 lines
84 B
YAML

---
- name: Restart Prometheus
service:
name: prometheus
state: restarted