summaryrefslogtreecommitdiff
path: root/internal/configuration/test_resources/config_glob.yml
blob: 4d6728fbc227a71224449fa33e6a1aa0194b0760 (plain)
1
2
3
4
5
6
# yamllint disable-file
---
{{- range (glob "./test_resources/config_walk/*.yml") }}
{{ fileContent . }}
{{- end }}
...