save_enode: increase wait time for RPC port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-10 00:29:46 +02:00
parent 7e99535092
commit cd4fd64035
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,10 @@
wait_for:
host: 'localhost'
port: '{{ geth_rpc_port }}'
delay: 20
connect_timeout: 20
timeout: 120
delay: 60
sleep: 30
connect_timeout: 5
timeout: 1200
state: drained
- name: Geth | Get enode address
@ -21,5 +22,6 @@
copy:
dest: '{{ geth_enode_file }}'
content: '{{ node_info.json.result.enode }}'
owner:
owner: dockremap
group: docker
mode: 0644