chore: add version prefix to url instead of var
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
25c06319c0
commit
f43035cf7c
@ -1,5 +1,5 @@
|
||||
---
|
||||
k3s_version: v1.25.3+k3s1
|
||||
k3s_version: 1.25.3+k3s1
|
||||
|
||||
k3s_packages:
|
||||
- epel-release
|
||||
|
@ -32,8 +32,8 @@
|
||||
|
||||
- name: Download K3s binary
|
||||
get_url:
|
||||
url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s
|
||||
checksum: sha256:https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/sha256sum-amd64.txt
|
||||
url: https://github.com/k3s-io/k3s/releases/download/v{{ k3s_version }}/k3s
|
||||
checksum: sha256:https://github.com/k3s-io/k3s/releases/download/v{{ k3s_version }}/sha256sum-amd64.txt
|
||||
dest: /usr/local/bin/k3s
|
||||
owner: root
|
||||
group: root
|
||||
|
Loading…
Reference in New Issue
Block a user