From c05abc032e863ff61974f9d42e747e009033a54d Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sun, 2 Jan 2022 20:22:22 +0100 Subject: [PATCH] FEAT: include all k8s manifests in files/ --- baseline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/baseline.yml b/baseline.yml index 320be51..fc2146b 100644 --- a/baseline.yml +++ b/baseline.yml @@ -25,4 +25,6 @@ loop: "{{ helm_charts }}" - name: apply post-install manifests k8s: - src: files/grafana-provisioning.yml + src: "{{ item }}" + with_fileglob: + - files/*.yml