Skip to content

Commit 9d329e8

Browse files
committed
Refactor 'fluxcd' -> fluxcli
1 parent 9b45de3 commit 9d329e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/fluxcli/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- name: "FLUX-CLI::INSTALL - Install FLUX-CLI [({{ ansible_distribution }})]"
5555
ansible.builtin.copy:
5656
src: "{{ fluxcli_extraction_root_dir }}/flux"
57-
dest: "{{ fluxcli_binary_path }}/flux"
57+
dest: "{{ fluxcli_binary_path }}"
5858
remote_src: true
5959
force: true
6060
backup: true

0 commit comments

Comments
 (0)