Add stable repo on all masters with helm 3.x.x (#5659)
parent
da86457cda
commit
a5445d9c5c
|
@ -101,6 +101,13 @@
|
|||
- helm_version is version('v3.0.0', '<')
|
||||
environment: "{{ proxy_env }}"
|
||||
|
||||
- name: Helm | Add/update stable repo on all masters
|
||||
command: "{{ bin_dir }}/helm repo add stable {{ helm_stable_repo_url }}"
|
||||
environment: "{{ proxy_env }}"
|
||||
when:
|
||||
- helm_version is version('v3.0.0', '>=')
|
||||
- helm_stable_repo_url is defined
|
||||
|
||||
- name: Make sure bash_completion.d folder exists
|
||||
file:
|
||||
name: "/etc/bash_completion.d/"
|
||||
|
|
Loading…
Reference in New Issue