BREAK: rename group_vars/all.yml -> vars/helm.yml
This commit is contained in:
parent
8ed3675fb3
commit
70515c2e1c
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
gather_facts: no
|
||||
connection: local
|
||||
tasks:
|
||||
- name: load carts list and definition
|
||||
include_vars: helm.yml
|
||||
- name: add chart repos
|
||||
community.kubernetes.helm_repository:
|
||||
name: "{{ item.repo }}"
|
||||
|
|
Loading…
Reference in a new issue