From e966bb1a59a2e02e9cae02822a9b498c13bd58fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 27 Sep 2022 19:27:52 +0200 Subject: [PATCH] nimbus.mainnet: fix web3 url conditional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.mainnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 4744da8..a76ee73 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -69,7 +69,7 @@ beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}' beacon_node_web3_urls: |- {{ (data_center == "he-eu-hel1") | ternary( - ['http://localhost:{{ geth_authrpc_port }}'], + ["http://localhost:"+(geth_authrpc_port|string)], beacon_node_web3_urls_all ) }} # Periodic resync to save space