working on configuring a k3s cluster
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
register: k3s_service
|
||||
|
||||
- include_tasks: install.yml
|
||||
# when: not k3s_service.stat.exists
|
||||
when: not k3s_service.stat.exists
|
||||
|
||||
- name: Start service k3s, if not started
|
||||
ansible.builtin.service:
|
||||
name: k3s
|
||||
state: started
|
||||
|
||||
- include_tasks: install_helm.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user