7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
|
#jinja2: trim_blocks: True, lstrip_blocks: True
|
||
|
# {{ ansible_managed }}
|
||
|
DEVICE="{{ item.key }}"
|
||
|
{%+ for key, value in item.value.items() -%}
|
||
|
{{ key|upper }}="{{ value }}"
|
||
|
{% endfor %}
|