kube-cluster-update playbook
update k3s version to 1.29
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user