Fix name of Grafana service

This commit is contained in:
Salt 2020-08-07 05:11:54 -05:00
parent 236db7ac49
commit 15f0fd6dd6

View File

@ -3,6 +3,6 @@
---
- name: restart grafana
systemd:
name: grafana
name: grafana-server
state: restarted
become: yes