Update file main.yml

This commit is contained in:
Administrator 2025-11-21 11:24:09 +00:00
parent 2092faa316
commit 6db6aadcf6

View File

@ -91,7 +91,7 @@
- name: Wait for Loki to be ready - name: Wait for Loki to be ready
wait_for: wait_for:
host: "{{ ansible_default_ipv4.address }}" host: "{{ ansible_default_ipv4.address }}"
port: "{{ loki_port }}" port: "{{ monitoring_ports.loki }}"
timeout: 60 timeout: 60
state: started state: started
delay: 10 delay: 10