From 531bdb284c792288bf0f0c488df2adda5435c424 Mon Sep 17 00:00:00 2001 From: psy Date: Thu, 14 Jan 2021 14:46:40 +0100 Subject: [PATCH] fix quoation and line ending --- templates/local.d.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/local.d.config.j2 b/templates/local.d.config.j2 index 8170701..fc6c9db 100644 --- a/templates/local.d.config.j2 +++ b/templates/local.d.config.j2 @@ -1,4 +1,4 @@ # {{ ansible_managed }} {% for key, value in item.value.items() %} -{{ key }}={{ value }} +{{ key }}="{{ value }}"; {% endfor %}