Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4fcf1ae4 authored by Vehbo DZOGOVIC's avatar Vehbo DZOGOVIC
Browse files

use real host

parent c8790043
No related branches found
No related tags found
1 merge request!41:banana: Lav prometheus
Pipeline #97000 passed
......@@ -35,9 +35,10 @@
- name: Wait until the metrics are available
ansible.builtin.uri:
url: "http://127.0.0.1:8080/metrics"
url: "http://{{ lookup('ansible.builtin.env', 'HOST') }}:8080/metrics"
status_code: 200
register: curl_output
until: curl_output.status == 200
retries: 60
delay: 5
delegate_to: localhost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment