role_nftables/templates/rules.conf.j2

6 lines
78 B
Plaintext
Raw Normal View History

2022-10-03 16:15:12 +00:00
# {{ ansible_managed }}
{% for rule in item.rules %}
{{ rule }}
{% endfor %}