We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce296d commit 9b45de3Copy full SHA for 9b45de3
roles/fluxcli/tasks/main.yml
@@ -54,7 +54,7 @@
54
- name: "FLUX-CLI::INSTALL - Install FLUX-CLI [({{ ansible_distribution }})]"
55
ansible.builtin.copy:
56
src: "{{ fluxcli_extraction_root_dir }}/flux"
57
- dest: "{{ fluxcd_binary_path }}/flux"
+ dest: "{{ fluxcli_binary_path }}/flux"
58
remote_src: true
59
force: true
60
backup: true
0 commit comments