add missing spaces
This commit is contained in:
parent
2de5260253
commit
e32f3c6309
@ -2,5 +2,5 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
DEVICE="{{ item.key }}"
|
DEVICE="{{ item.key }}"
|
||||||
{%+ for key, value in item.value.items() -%}
|
{%+ for key, value in item.value.items() -%}
|
||||||
{{ key|upper }}="{{ value }}"
|
{{ key | upper }}="{{ value }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user