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

6 lines
85 B
YAML

---
- name: Restart grafana
service:
name: grafana-server
state: restarted