Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d533c761 authored by DE-MOURA-DONASSOLO Bruno's avatar DE-MOURA-DONASSOLO Bruno
Browse files

Lets see if we can remove last hardcoded value

parent c91a5dd6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
- name: Waiting for InfluxDB to be ready
wait_for:
host: "172.17.0.1"
host: "{{ collector_address | ipwrap }}"
port: "{{ collector_port }}"
state: started
delay: 2
......
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