From 8fe04c61792d7b49b912d89e10073fbe9656506f Mon Sep 17 00:00:00 2001 From: v-zhuravlev Date: Sat, 1 Jun 2024 01:24:52 +0800 Subject: [PATCH] Update roles/alloy/tasks/install.yml Co-authored-by: gardar --- roles/alloy/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/alloy/tasks/install.yml b/roles/alloy/tasks/install.yml index 052eb1d5..2ee35999 100644 --- a/roles/alloy/tasks/install.yml +++ b/roles/alloy/tasks/install.yml @@ -28,7 +28,7 @@ - name: Remove existing alloy binary ansible.builtin.file: - path: "{{ installation_dir }}/alloy-{{ version }}" + path: "{{ installation_dir }}/alloy-linux-{{ arch }}" state: absent become: true when: download_result.changed