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() %}
|
||||
{% for content in element %}
|
||||
{{ content }}
|
||||
{% endfor %}
|
||||
# {{ ansible_managed }}
|
||||
{% for key, value in item.value.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue