Move k3s version control into testing CI (#523)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-03-11 11:37:36 -07:00
committed by GitHub
parent 1f1228f3e8
commit 8cbdb48d6d
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ k3s_cluster:
ansible_connection: docker
ansible_user: root
ansible_become: true
# The version here is an abitrary example and is replaced/set in the testing workflow
k3s_version: v1.33.4+k3s1
api_endpoint: "server-node"
extra_server_args: "--snapshotter=native"