add missing quotes

This commit is contained in:
Robert Kaussow 2018-07-11 22:44:09 +02:00
parent f93ac8cdce
commit 5b10fc8319
1 changed files with 1 additions and 1 deletions

View File

@ -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