mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-17 17:07:36 -02:30
Add arch and version to the downloaded binary name (#10122)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
- name: Copy crun binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/crun"
|
||||
src: "{{ downloads.crun.dest }}"
|
||||
dest: "{{ bin_dir }}/crun"
|
||||
mode: 0755
|
||||
remote_src: true
|
||||
|
||||
Reference in New Issue
Block a user