fix geth_rpc_wrapper variable typo
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3eb688d771
commit
7b27e0f75a
|
@ -42,7 +42,7 @@ geth_rpc_vhosts:
|
|||
- '{{ hostname }}.wg'
|
||||
- '{{ ansible_local.wireguard.vpn_ip }}'
|
||||
# Wrapper for easier RPC usage
|
||||
get_rpc_wrapper: '{{ geth_service_path }}/rpc.sh'
|
||||
geth_rpc_wrapper: '{{ geth_service_path }}/rpc.sh'
|
||||
# Web Sockets API
|
||||
geth_websocket_enabled: true
|
||||
geth_websocket_port: '{{ geth_rpc_port + 1 | int }}'
|
||||
|
|
Loading…
Reference in New Issue