From c4e17105ac2086033378b865c600d09d112cc6d3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 22 Sep 2021 01:10:47 +0200 Subject: cosmetic changes --- roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/monitoring/prometheus/exporter/mikrotik') diff --git a/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 b/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 index a2dc1c71..576ee12f 100644 --- a/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 +++ b/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 @@ -1,7 +1,7 @@ # {{ ansible_managed }} devices: - {{ prometheus_exporter_mikrotik_devices | to_nice_yaml(indent=2) | indent(2)}} + {{ prometheus_exporter_mikrotik_devices | to_nice_yaml(indent=2) | indent(2) }} features: - {{ prometheus_exporter_mikrotik_features | to_nice_yaml(indent=2) | indent(2)}} + {{ prometheus_exporter_mikrotik_features | to_nice_yaml(indent=2) | indent(2) }} -- cgit v1.2.3