From 83fe50797cfb1b119ca8bab9ee5cf7e35aca0f41 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Mon, 13 Mar 2023 23:04:06 -0500 Subject: [PATCH] feat(k3s): Updated to v1.24.11+k3s1 (#255) --- 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 4e2bfcd..45f3135 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.24.10+k3s1 +k3s_version: v1.24.11+k3s1 # this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system