add handler for reloading prometheus
This commit is contained in:
parent
83110c199c
commit
037ef8db77
1 changed files with 5 additions and 0 deletions
5
roles/prometheus/handlers/main.yml
Normal file
5
roles/prometheus/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Reload prometheus
|
||||
systemd:
|
||||
name: prometheus
|
||||
state: reloaded
|
Loading…
Reference in a new issue