xoxys.network/templates/etc/sysconfig/network-scrips/ifcfg.j2
Robert Kaussow 2ce6c3d3a4
All checks were successful
continuous-integration/drone/push Build is passing
fix ansible_managed handling
2019-08-27 22:24:09 +02:00

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