diff --git a/tasks/install.yml b/tasks/install.yml index 96b33f2..46911c9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -62,7 +62,7 @@ - block: - name: Open ports in iptables iptables_raw: - name: "{{ item.flag }}" + name: "allow_unifi" state: present rules:"{{ unifi_open_ports }}" when: unifi_iptables_enabled