kube-cluster-update playbook

update k3s version to 1.29
This commit is contained in:
2025-08-16 20:58:08 -04:00
parent 2a52b535c5
commit d0d8876c43
4 changed files with 20 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
- include_tasks: install.yml
when: not k3s_service.stat.exists
- include_tasks: install.yml
when: k3s_upgrade == true
- name: Start service k3s, if not started
ansible.builtin.service:
name: k3s