fix template
This commit is contained in:
parent
36a6276900
commit
7e2f230814
1 changed files with 3 additions and 4 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue