diff --git a/tasks/configure_iptables.yml b/tasks/configure_iptables.yml
index f50b1d6fcdd3907129bc7206665674c7b0692e01..f7fc96a38ae9c9cf70584190ac657777de770a6b 100644
--- a/tasks/configure_iptables.yml
+++ b/tasks/configure_iptables.yml
@@ -91,6 +91,7 @@
   loop: "{{ vault_iptables_input | flatten(levels=1) }}"
   notify:
     - save iptables rules
+  tags: [icmp]
 # http://shouldiblockicmp.com
 
 
@@ -125,6 +126,7 @@
   loop: "{{ vault_iptables_icmp | flatten(levels=1) }}"
   notify:
     - save iptables rules
+  tags: [icmp]
 
 # TODO: Outgoing iptables Regeln erstellen, und bloß keine vergessen!!!