xoxys.grafana/handlers/main.yml
Robert Kaussow dbcd291b72
Some checks failed
continuous-integration/drone/push Build is failing
chore: template main grafana config file
2021-09-04 16:14:20 +02:00

11 lines
188 B
YAML

---
- name: Restart Grafana
service:
name: grafana-server
state: restarted
daemon_reload: yes
enabled: yes
listen: __grafana_restart
become: True
become_user: root