diff --git a/roles/build-helm-packages/tasks/setup-helm-serve.yaml b/roles/build-helm-packages/tasks/setup-helm-serve.yaml index 6057484d9..fbbaa0ff1 100644 --- a/roles/build-helm-packages/tasks/setup-helm-serve.yaml +++ b/roles/build-helm-packages/tasks/setup-helm-serve.yaml @@ -79,7 +79,7 @@ executable: /bin/bash register: helm_stable_repo_present ignore_errors: True - - name: checking if helm 'stable' repo is present + - name: remove helm 'stable' repo when exists when: helm_stable_repo_present is succeeded command: helm repo remove stable