mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-23 02:01:10 +01:00
Fix role::prometheus:flush
This commit is contained in:
parent
97a4376e1a
commit
b924ad638e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
vars:
|
vars:
|
||||||
prometheus_additional_arguments:
|
prometheus_additional_arguments:
|
||||||
"{{ prometheus_additional_arguments }} --web.enable-admin-api --web.listen-address=127.0.0.1:9090"
|
"--web.enable-admin-api --web.listen-address=127.0.0.1:9090"
|
||||||
notify: restart prometheus
|
notify: restart prometheus
|
||||||
|
|
||||||
- name: flush handlers
|
- name: flush handlers
|
||||||
|
|
Loading…
Reference in a new issue