From 7417f87e651058812e01473c2dc43d2c31e65fbe Mon Sep 17 00:00:00 2001 From: mkangia Date: Thu, 19 Dec 2024 23:45:27 +0530 Subject: [PATCH] fix minor bug --- roles/commcare_analytics/templates/datadog/redisdb.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/commcare_analytics/templates/datadog/redisdb.yaml.j2 b/roles/commcare_analytics/templates/datadog/redisdb.yaml.j2 index 77a6302..bbe086e 100644 --- a/roles/commcare_analytics/templates/datadog/redisdb.yaml.j2 +++ b/roles/commcare_analytics/templates/datadog/redisdb.yaml.j2 @@ -4,4 +4,4 @@ instances: - host: localhost port: 6379 tags: - - instance: {{ datadog.hostname }} \ No newline at end of file + - instance:{{ datadog.hostname }} \ No newline at end of file