ansible-role-grafana/handlers/main.yml

6 lines
85 B
YAML
Raw Normal View History

2019-04-11 17:20:56 +00:00
---
- name: restart grafana
systemd:
name: grafana-server
state: restarted