6 lines
120 B
Text
6 lines
120 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
{% for name, id in iproute2__custom_protos.items() %}
|
||
|
{{ id }} {{ name }}
|
||
|
{% endfor %}
|