From 70515c2e1c76f88751fffe18a158ff85f58bec61 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sun, 2 Jan 2022 20:22:04 +0100 Subject: [PATCH] BREAK: rename group_vars/all.yml -> vars/helm.yml --- baseline.yml | 2 ++ group_vars/all.yml => vars/helm.yml | 0 2 files changed, 2 insertions(+) rename group_vars/all.yml => vars/helm.yml (100%) 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