chore: remove helm install
This commit is contained in:
@@ -20,14 +20,5 @@
|
||||
include_tasks: installation_kubectl.yml
|
||||
when: not binary_kubectl_check_result.stat.exists or k3s_kubectl_force_update
|
||||
|
||||
- name: check if binary helm already exists
|
||||
stat:
|
||||
path: "{{ k3s_binary_dir }}/helm"
|
||||
register: binary_helm_check_result
|
||||
|
||||
- name: install binary helm
|
||||
include_tasks: installation_helm.yml
|
||||
when: not binary_helm_check_result.stat.exists or k3s_helm_force_update
|
||||
|
||||
- name: configuration
|
||||
include_tasks: configuration.yml
|
||||
|
||||
Reference in New Issue
Block a user