mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 03:00:07 -03:30
Download crun using download_file.yml (#7370)
* Add crun download_url and checksum * Change versioning format to crun native versioning * Download crun using download_file.yml * Get crun version from download defaults * Delegate crun binary copy task to crun role
This commit is contained in:
committed by
GitHub
parent
ead8a4e4de
commit
811f546ea6
@@ -1,5 +1,3 @@
|
||||
---
|
||||
|
||||
crun_version: 0.18
|
||||
crun_release_url: https://github.com/containers/crun/releases/download/{{ crun_version }}/crun-{{ crun_version }}-linux-{{ host_architecture }}
|
||||
crun_bin_dir: /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user