ansible/roles/grafana/handlers/main.yml

6 lines
85 B
YAML
Raw Normal View History

2021-09-22 16:23:22 +02:00
---
- name: Restart Grafana
systemd:
name: grafana-server
state: restarted