From fe28ebdbf39387acdc44b2c02572f26f8d99d82c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 12 Jul 2018 00:36:18 +0200 Subject: [PATCH] fix typo --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 46911c9..88b5ce9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -64,7 +64,7 @@ iptables_raw: name: "allow_unifi" state: present - rules:"{{ unifi_open_ports }}" + rules: "{{ unifi_open_ports }}" when: unifi_iptables_enabled - name: Create systemd unit files