summaryrefslogtreecommitdiffstats
path: root/ansible/roles/application/tasks/transfer-helm-charts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/application/tasks/transfer-helm-charts.yml')
-rw-r--r--ansible/roles/application/tasks/transfer-helm-charts.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/ansible/roles/application/tasks/transfer-helm-charts.yml b/ansible/roles/application/tasks/transfer-helm-charts.yml
index 2101a5ab..9b36cffe 100644
--- a/ansible/roles/application/tasks/transfer-helm-charts.yml
+++ b/ansible/roles/application/tasks/transfer-helm-charts.yml
@@ -20,7 +20,4 @@
src: "{{ app_helm_charts_install_directory }}.tgz"
dest: "{{ app_helm_charts_infra_directory }}"
-- include_tasks: install-helm2-plugins.yml
- when: helm_version | regex_search("^v2" )
-- include_tasks: install-helm3-plugins.yml
- when: helm_version | regex_search("^v3" )
+- include_tasks: install-helm-plugins.yml