summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/helm/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/helm/tasks/main.yml b/ansible/roles/helm/tasks/main.yml
index 64db7850..aea6e56f 100644
--- a/ansible/roles/helm/tasks/main.yml
+++ b/ansible/roles/helm/tasks/main.yml
@@ -10,7 +10,7 @@
remote_src: true
mode: 0755
-- name: Install helm-push plugin if runing with Helm v3
+- name: Install helm-push plugin
block:
- name: Get helm environment information
command: "{{ helm_bin_dir }}/helm env"
@@ -37,4 +37,3 @@
src: "{{ app_data_path }}/downloads/helm-push_{{ helm3_push_version }}_linux_amd64.tar.gz"
dest: "{{ helm_plugin_dir }}/helm-push"
remote_src: true
- when: helm_version | regex_search("^v3" )