From 96ccae1b2274f6447003fdda6baefb32f296cfb8 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 5 Mar 2023 12:23:16 +0100 Subject: [PATCH] chore(k3s): Bump version --- inventory/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index c15c554..7db1449 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.23.6+k3s1 +k3s_version: v1.23.16+k3s1 # ansible_user: debian systemd_dir: /etc/systemd/system master_ip: "{{ hostvars[groups['master'][0]]['wireguard_ip'] | default(groups['master'][0]) }}"