Ensure agents are upgraded correctly, pass token (#484)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-01-13 09:41:29 -08:00
committed by GitHub
parent a2a36f1fe5
commit 67ca2bfd1c
3 changed files with 39 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ k3s_cluster:
ansible_connection: docker
ansible_user: root
ansible_become: true
k3s_version: v1.33.1+k3s1
k3s_version: v1.33.4+k3s1
token: "secret12345"
api_endpoint: "server-node"
extra_server_args: "--snapshotter=native"