Update file main.yml

This commit is contained in:
Administrator 2025-11-21 11:29:45 +00:00
parent 6db6aadcf6
commit b6d059aea1

View File

@ -88,15 +88,6 @@
state: present state: present
become: yes become: yes
- name: Wait for Loki to be ready
wait_for:
host: "{{ ansible_default_ipv4.address }}"
port: "{{ monitoring_ports.loki }}"
timeout: 60
state: started
delay: 10
become: no
- name: Show Loki status - name: Show Loki status
debug: debug:
msg: "Loki is running and responding on port {{ loki_port }}" msg: "Loki is running and responding on port {{ loki_port }}"