"restart prometheus instead of reloading"
This commit is contained in:
parent
7cfc79f4b8
commit
e691ca45b0
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: Reload prometheus
|
||||
- name: Restart prometheus
|
||||
systemd:
|
||||
name: prometheus
|
||||
state: reloaded
|
||||
state: restarted
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: '0640'
|
||||
notify: Reload prometheus
|
||||
notify: Restart prometheus
|
||||
no_log: true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue