ansible/roles/grafana/handlers/main.yml

5 lines
85 B
YAML

---
- name: Restart Grafana
systemd:
name: grafana-server
state: restarted