diff --git a/roles/loki/tasks/main.yml b/roles/loki/tasks/main.yml index b3d6289..c2827e7 100644 --- a/roles/loki/tasks/main.yml +++ b/roles/loki/tasks/main.yml @@ -88,15 +88,6 @@ state: present 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 debug: msg: "Loki is running and responding on port {{ loki_port }}"