Fix the task name when remove helm stable repo
Change-Id: Ia49c538cfa349a455dc1d85810aa0c3fe72aec59
This commit is contained in:
parent
5d855b835f
commit
7ba5e204ac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user