fix: varname
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-29 12:10:53 +02:00
commit 0110e6ba79

View file

@ -60,8 +60,7 @@
direction: "in"
proto: "{{ item.proto | default('tcp') }}"
from_ip: "{{ item.from_ip }}"
to_port:
"{{ omit if (item.proto | default('tcp')) in common_firewall_portless_protocols else item.to_port }}"
to_port: "{{ omit if (item.proto | default('tcp')) in firewall_portless_protocols else item.to_port }}"
loop: "{{ __firewall_all_rules }}"
loop_control:
label: " {{ item.name }}"