From dc0d6e74d7cd417ed77381c495e4db6367431456 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 17 Dec 2024 16:29:38 +0100
Subject: [PATCH] doc: add 'icmp' tags

---
 tasks/configure_iptables.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/configure_iptables.yml b/tasks/configure_iptables.yml
index f50b1d6..f7fc96a 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!!!
 
-- 
GitLab