# {{ ansible_managed }}
{% for item in nftables_rules %}
# BEGIN {{ item.name }}
{{ item.rules | join('\n') }}
# END {{ item.name }}
{% endfor %}