From 5ef2bcd3e7a8f43bf716e01943928ecc6f92ac9c Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 9 Jul 2024 16:16:54 -0500 Subject: [PATCH] Fix syntax on prometheus template --- roles/prometheus/templates/prometheus.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/prometheus/templates/prometheus.yml.j2 b/roles/prometheus/templates/prometheus.yml.j2 index 47f26f6..74ee950 100644 --- a/roles/prometheus/templates/prometheus.yml.j2 +++ b/roles/prometheus/templates/prometheus.yml.j2 @@ -1,4 +1,5 @@ # my global config +# vim:ft=ansible: --- global: scrape_interval: 15s