diff --git a/templates/local.d.config.j2 b/templates/local.d.config.j2 index 749dd39..8170701 100644 --- a/templates/local.d.config.j2 +++ b/templates/local.d.config.j2 @@ -1,5 +1,4 @@ -{% for element in item.values() %} -{% for content in element %} -{{ content }} -{% endfor %} +# {{ ansible_managed }} +{% for key, value in item.value.items() %} +{{ key }}={{ value }} {% endfor %}