fix var name

master
Michael Wilson 3 years ago
parent 60d991ff48
commit d1634ade9c
  1. 2
      linux/nftables/templates/nftables.conf

@ -33,7 +33,7 @@ table inet firewall {
{% if nftables_external_interfaces is defined %}
{% for interface in ansible_interfaces %}
{% if interface not in nftables_blacklisted_interfaces %}
{% if interface not in nftables_external_interfaces %}
iifname {{ interface }} accept
{% endif %}
{% endfor %}

Loading…
Cancel
Save