ansible/roles/grafana/handlers/main.yml

9 lines
145 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:
2020-08-07 05:11:54 -05:00
name: grafana-server
2020-08-07 04:41:30 -05:00
state: restarted
become: yes