fix quoation and line ending
This commit is contained in:
parent
7e2f230814
commit
531bdb284c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
{% for key, value in item.value.items() %}
|
{% for key, value in item.value.items() %}
|
||||||
{{ key }}={{ value }}
|
{{ key }}="{{ value }}";
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue