summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/handlers/main.yml
blob: d35a853157f6d7242d71be1620d6cc6290c7fc44 (plain) (blame)
1
2
3
4
5
6
---
- name: "Restart prometheus"
  become: true
  ansible.builtin.systemd_service:
    name: "prometheus"
    state: "restarted"