Robert Kaussow
2ce6c3d3a4
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
196 B
Django/Jinja
7 lines
196 B
Django/Jinja
#jinja2: trim_blocks: True, lstrip_blocks: True
|
|
{{ ansible_managed | comment }}
|
|
DEVICE="{{ item.key }}"
|
|
{%+ for key, value in item.value.items() -%}
|
|
{{ key | upper }}="{{ value }}"
|
|
{% endfor %}
|