#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart grafana
systemd:
name: grafana-server
state: restarted
become: yes