Add arch and version to the downloaded binary name (#10122)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
ERIK
2023-05-25 13:30:50 +08:00
committed by GitHub
parent 8be5604da4
commit 75e00420ec
6 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
- name: Kubernetes Apps | Copy yq binary from download dir
synchronize:
src: "{{ local_release_dir }}/yq"
src: "{{ downloads.yq.dest }}"
dest: "{{ bin_dir }}/yq"
compress: no
perms: yes