forked from jakub/ansible
fix: increase timeout for Minecraft server readiness check to 600 seconds
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: "{{ mc_port }}"
|
port: "{{ mc_port }}"
|
||||||
timeout: 180
|
timeout: 600
|
||||||
|
|
||||||
- name: Wait until server reports "Done" in docker logs (ready)
|
- name: Wait until server reports "Done" in docker logs (ready)
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user