fix quoation and line ending

This commit is contained in:
psy 2021-01-14 14:46:40 +01:00
parent 7e2f230814
commit 531bdb284c
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5

View file

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{% for key, value in item.value.items() %}
{{ key }}={{ value }}
{{ key }}="{{ value }}";
{% endfor %}