From 65e3ecab10597932196aa91b9c4640eed444f019 Mon Sep 17 00:00:00 2001 From: kogeler Date: Thu, 15 Aug 2024 11:35:31 +0300 Subject: [PATCH] exporter script was updated fot the ws_health_exporter role Signed-off-by: kogeler --- roles/ws_health_exporter/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ws_health_exporter/defaults/main.yml b/roles/ws_health_exporter/defaults/main.yml index f133b1f..27dee3e 100644 --- a/roles/ws_health_exporter/defaults/main.yml +++ b/roles/ws_health_exporter/defaults/main.yml @@ -1,6 +1,6 @@ --- -ws_health_exporter_url: https://raw.githubusercontent.com/paritytech/scripts/0a2e6e9ba37799de60949acc5d7b4a0e875ae732/dockerfiles/ws-health-exporter/exporter.py +ws_health_exporter_url: https://raw.githubusercontent.com/paritytech/scripts/9961136320c2454fe99ba4643c156becd84ae704/dockerfiles/ws-health-exporter/exporter.py ws_health_exporter_base_path: /opt/{{ _ws_health_exporter_name }} # user has to be created by the role user ws_health_exporter_user: polkadot