kube-forge v2: embede python with ansible (kubespray) and cobra as cli building tool
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Youki | Download youki
|
||||
include_tasks: "../../../download/tasks/download_file.yml"
|
||||
vars:
|
||||
download: "{{ download_defaults | combine(downloads.youki) }}"
|
||||
|
||||
- name: Youki | Copy youki binary from download dir
|
||||
copy:
|
||||
src: "{{ local_release_dir }}/youki"
|
||||
dest: "{{ youki_bin_dir }}/youki"
|
||||
mode: "0755"
|
||||
remote_src: true
|
||||
Reference in New Issue
Block a user