fix template

This commit is contained in:
psy 2021-01-14 14:33:08 +01:00
parent 36a6276900
commit 7e2f230814
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5

View file

@ -1,5 +1,4 @@
{% for element in item.values() %} # {{ ansible_managed }}
{% for content in element %} {% for key, value in item.value.items() %}
{{ content }} {{ key }}={{ value }}
{% endfor %}
{% endfor %} {% endfor %}