ansible/roles/iproute2/templates/rt_tables.j2

6 lines
113 B
Text
Raw Normal View History

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