diff --git a/baseline.yml b/baseline.yml index e2624e8..320be51 100644 --- a/baseline.yml +++ b/baseline.yml @@ -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 }}" diff --git a/group_vars/all.yml b/vars/helm.yml similarity index 100% rename from group_vars/all.yml rename to vars/helm.yml