diff --git a/tasks/configure-iptables.yml b/tasks/configure-iptables.yml
index 19be08f216661620d0c8577ba3ef5466bd54c821..ec216d961c1ae368fa0189901ccd90a9120aae86 100644
--- a/tasks/configure-iptables.yml
+++ b/tasks/configure-iptables.yml
@@ -1,7 +1,7 @@
 ---
 - name: iptables-Regeln setzen
   iptables:
-    action: "append"
+    action: "insert"
     chain: "INPUT"
     comment: "{{ item.comment }}"
     destination: "{{ item.dest | default(omit) }}"