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:
|
||||
host: 127.0.0.1
|
||||
port: "{{ mc_port }}"
|
||||
timeout: 180
|
||||
timeout: 600
|
||||
|
||||
- name: Wait until server reports "Done" in docker logs (ready)
|
||||
ansible.builtin.command: >
|
||||
|
||||
Reference in New Issue
Block a user