homelab/ansible/roles/grafana/handlers/main.yml

7 lines
123 B
YAML
Raw Normal View History

---
- name: Restart prometheus
ansible.builtin.systemd_service:
name: prometheus
state: restarted
become: true