Change grafana provisioning.yaml indentation

This commit changes the indentation scheme used in
`ansible/roles/grafana/templates/provisioning.yaml.j2` to the commonly
used pattern of two whitespaces.

Change-Id: I2f9d34930ed06aa2e63f7cc28bfdda7046fc3e67
This commit is contained in:
Jan Horstmann 2022-03-23 09:21:02 +01:00
parent ce0a7a5070
commit 3d91e69aab

View File

@ -2,10 +2,10 @@
apiVersion: 1 apiVersion: 1
providers: providers:
- name: 'default' - name: 'default'
orgId: 1 orgId: 1
folder: '' folder: ''
folderUid: '' folderUid: ''
type: file type: file
options: options:
path: /var/lib/grafana/dashboards path: /var/lib/grafana/dashboards