From 4502ebd43948d9e3ca554027cfc2767b16b22efb Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Thu, 19 Jan 2023 22:35:03 -0600 Subject: [PATCH] feat(k3s): Updated to v1.26.0+k3s2 --- inventory/sample/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index bd098d1c..d43da285 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.24.9+k3s1 +k3s_version: v1.26.0+k3s2 # this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system