updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml
index 4275a1b..2016d19 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -13,7 +13,7 @@
 - name: Using iptables to block a port
   become: true
   iptables:
-    action: append
+    action: insert
     chain: INPUT
     protocol: "tcp"
     destination_port: "{{ destination_port }}"