chore: remove helm install

This commit is contained in:
2024-02-26 15:20:05 +00:00
parent a633e1766f
commit b15e195dfe
3 changed files with 0 additions and 46 deletions

View File

@@ -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