1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00

Fix role::prometheus:flush

This commit is contained in:
s3lph 2021-11-06 08:52:41 +01:00
parent 97a4376e1a
commit b924ad638e

View file

@ -9,7 +9,7 @@
mode: 0644
vars:
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
- name: flush handlers