From 3eb10f98ea2fc0682bf291fb3cc528494e6edc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 24 Apr 2024 10:12:25 +0200 Subject: [PATCH] clean-build: fix consul service name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/clean-build-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/clean-build-service.yml b/tasks/clean-build-service.yml index 614e8f3..e6ba671 100644 --- a/tasks/clean-build-service.yml +++ b/tasks/clean-build-service.yml @@ -28,7 +28,7 @@ with_items: - '/etc/systemd/system/build-{{ beacon_node_service_name }}.service' - '/etc/systemd/system/build-{{ beacon_node_service_name }}.timer' - - '/etc/consul/service_build_{{ beacon_node_network }}_{{ beacon_node_repo_branch }}_timer.json' + - '/etc/consul/service_build_{{ beacon_node_consul_service_file_name }}_timer.json' - name: Reload systemctl services systemd_service: