Update file main.yml
This commit is contained in:
parent
6db6aadcf6
commit
b6d059aea1
@ -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 }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user