ansible/roles/iproute2/templates/rt_tables.j2

6 lines
120 B
Text
Raw Normal View History

2023-07-04 03:45:29 +02:00
{{ ansible_managed | comment }}
2023-11-07 04:11:28 +01:00
{% for name, id in iproute2__custom_tables.items() %}
2023-07-04 03:45:29 +02:00
{{ id }} {{ name }}
{% endfor %}