updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index 2016d19..66952f3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -17,7 +17,7 @@ chain: INPUT protocol: "tcp" destination_port: "{{ destination_port }}" - source: "! {{ private_address }}" + source: "!{{ private_address }}" in_interface: eth0 policy: DROP state: present \ No newline at end of file