fixtypo
This commit is contained in:
parent
87bd5e410e
commit
b94a7a29a2
@ -47,7 +47,7 @@
|
|||||||
iptables_raw:
|
iptables_raw:
|
||||||
name: "{{ item.flag }}"
|
name: "{{ item.flag }}"
|
||||||
state: present
|
state: present
|
||||||
rules: "-A {{ item.direction | upper }} -m state --state NEW -p {{ item.proto » lower }} --dport {{ item.port }} -j ACCEPT"
|
rules: "-A {{ item.direction | upper }} -m state --state NEW -p {{ item.proto | lower }} --dport {{ item.port }} -j ACCEPT"
|
||||||
with_items: "{{ unifi_open_ports }}"
|
with_items: "{{ unifi_open_ports }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.flag }}"
|
label: "{{ item.flag }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user