Update k3s version

This commit is contained in:
Adrien Reslinger 2020-12-11 19:54:54 +01:00
parent c4a3659169
commit 4cc80fa63c

View file

@ -13,7 +13,7 @@
- name: retreive k3s binary for x86_64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s"
url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s1/k3s"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -24,7 +24,7 @@
- name: retreive k3s binary for arm64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s-arm64"
url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s1/k3s-arm64"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -35,7 +35,7 @@
- name: retreive k3s binary for armv6/armv7
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s-armhf"
url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s1/k3s-armhf"
dest: "/usr/local/bin/k3s"
group: root
owner: root