ansible-roles/prometheus/handlers/main.yml

7 lines
143 B
YAML
Raw Normal View History

2018-01-10 17:44:57 +01:00
---
- name: Restart prometheus
service: name=prometheus state=restarted
- name: Reload prometheus
service: name=prometheus state=reloaded