add missing quotes
This commit is contained in:
parent
f93ac8cdce
commit
5b10fc8319
@ -48,7 +48,7 @@
|
||||
name: "{{ item.flag }}"
|
||||
state: present
|
||||
rules: "-A INPUT -m state --state NEW -p {{ item.proto }} --dport {{ item.port }} -j ACCEPT"
|
||||
with_items: {{ unifi_open_ports }}
|
||||
with_items: "{{ unifi_open_ports }}"
|
||||
when: unifi_iptables_enabled
|
||||
|
||||
- name: Create systemd unit files
|
||||
|
Loading…
Reference in New Issue
Block a user