FIX: rename deprecate kubernetes modules
This commit is contained in:
parent
c95511e83e
commit
a0567a7bf8
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: load carts list and definition
|
||||
include_vars: helm.yml
|
||||
- name: add chart repos
|
||||
community.kubernetes.helm_repository:
|
||||
kubernetes.core.helm_repository:
|
||||
name: "{{ item.repo }}"
|
||||
repo_url: "{{ item.url }}"
|
||||
loop: "{{ helm_repos }}"
|
||||
|
@ -15,7 +15,7 @@
|
|||
command: helm repo update
|
||||
changed_when: no
|
||||
- name: install charts
|
||||
community.kubernetes.helm:
|
||||
kubernetes.core.helm:
|
||||
name: "{{ item.name }}"
|
||||
chart_ref: "{{ item.chart }}"
|
||||
chart_version: "{{ item.version|default(omit) }}"
|
||||
|
|
Loading…
Reference in a new issue