add missing spaces

This commit is contained in:
Robert Kaussow 2018-12-07 22:35:58 +01:00
parent 2de5260253
commit e32f3c6309

View File

@ -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 %}