diff --git a/tasks/install.yml b/tasks/install.yml index e49c83c..7060419 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -47,7 +47,7 @@ iptables_raw: name: "{{ item.flag }}" 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 }}" loop_control: label: "{{ item.flag }}"