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: