role_nftables/templates/table.conf.j2

7 lines
120 B
Django/Jinja

# {{ ansible_managed }}
{% for item in nftables_tables %}
# {{ item.name }}
{% include "table.conf.j2" %}
{% endfor %}