Add grafana restart handler

This commit is contained in:
Salt 2020-08-07 04:41:30 -05:00
parent d8ec1fc1d3
commit b38bbc7295

View File

@ -0,0 +1,8 @@
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart grafana
systemd:
name: grafana
state: restarted
become: yes