ansible/roles/grafana/handlers/main.yml

9 lines
138 B
YAML
Raw Normal View History

2020-08-07 04:41:30 -05:00
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart grafana
systemd:
name: grafana
state: restarted
become: yes