ansible/roles/prometheus/handlers/main.yml

5 lines
75 B
YAML

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