BREAK: rename group_vars/all.yml -> vars/helm.yml

This commit is contained in:
Sebastian Mark 2022-01-02 20:22:04 +01:00
parent 8ed3675fb3
commit 70515c2e1c
2 changed files with 2 additions and 0 deletions

View file

@ -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 }}"