Skip to content

Commit

Permalink
Update roles/alloy/tasks/install.yml
Browse files Browse the repository at this point in the history
Co-authored-by: gardar <[email protected]>
  • Loading branch information
v-zhuravlev and gardar committed May 31, 2024
1 parent ddbe4b2 commit 9d7d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/alloy/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d7d922

Please sign in to comment.