src.nth.io/

summaryrefslogtreecommitdiff
path: root/prometheus/server/handlers/main.yaml
blob: 223e1b044bdbca8206a8d2e9494712ca75928cc2 (plain)
1
2
3
4
5
---

- name: restart prometheus service
  systemd: name="prometheus.service" state="restarted" daemon_reload="yes"
  become: yes