"restart prometheus instead of reloading"

monitoring
histausse 3 years ago
parent 7cfc79f4b8
commit e691ca45b0
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -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…
Cancel
Save