Add stable repo on all masters with helm 3.x.x (#5659)
This commit is contained in:
parent
da86457cda
commit
a5445d9c5c
1 changed files with 7 additions and 0 deletions
|
@ -101,6 +101,13 @@
|
||||||
- helm_version is version('v3.0.0', '<')
|
- helm_version is version('v3.0.0', '<')
|
||||||
environment: "{{ proxy_env }}"
|
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
|
- name: Make sure bash_completion.d folder exists
|
||||||
file:
|
file:
|
||||||
name: "/etc/bash_completion.d/"
|
name: "/etc/bash_completion.d/"
|
||||||
|
|
Loading…
Reference in a new issue