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 %}