mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
cri-o Switch to libexecdir (#11584)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
- name: Youki | Copy youki binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/youki_{{ youki_version | regex_replace('\\.', '_') }}_linux/youki-{{ youki_version }}/youki"
|
||||
src: "{{ local_release_dir }}/youki"
|
||||
dest: "{{ youki_bin_dir }}/youki"
|
||||
mode: "0755"
|
||||
remote_src: true
|
||||
|
||||
Reference in New Issue
Block a user