Merge "Fix the task name when remove helm stable repo"
This commit is contained in:
commit
bae870c4e0
@ -79,7 +79,7 @@
|
|||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: helm_stable_repo_present
|
register: helm_stable_repo_present
|
||||||
ignore_errors: True
|
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
|
when: helm_stable_repo_present is succeeded
|
||||||
command: helm repo remove stable
|
command: helm repo remove stable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user