From 8507b6cb06929d377d4ccb3024e4103e2c453035 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 11 Sep 2024 16:19:18 +0300 Subject: [PATCH] remove RPC check --- playbook.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 69b9408..9426ffd 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -333,18 +333,18 @@ name: tun2socks state: restarted - - name: Check API availability for RPC URL - ansible.builtin.uri: - url: "{{ rpc_url }}/health?" - method: GET - return_content: true - timeout: 30 - register: rpc_url_response - retries: 3 - delay: 120 - failed_when: - - rpc_url_response.status != 200 - - rpc_url_response.json is not none and rpc_url_response.json is not defined +# - name: Check API availability for RPC URL +# ansible.builtin.uri: +# url: "{{ rpc_url }}/health?" +# method: GET +# return_content: true +# timeout: 30 +# register: rpc_url_response +# retries: 3 +# delay: 120 +# failed_when: +# - rpc_url_response.status != 200 +# - rpc_url_response.json is not none and rpc_url_response.json is not defined - name: Check API availability for Binance URL ansible.builtin.uri: