From f56c196656405a64b17e697cfabfdc41aa0234f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Tue, 22 Mar 2022 13:32:15 +0100
Subject: [PATCH] fix: call save iptables handler using correct name

---
 tasks/configure_iptables_external.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/configure_iptables_external.yml b/tasks/configure_iptables_external.yml
index f0326fa..f4cd155 100644
--- a/tasks/configure_iptables_external.yml
+++ b/tasks/configure_iptables_external.yml
@@ -9,4 +9,4 @@
     protocol: "{{ item.protocol | default('tcp') }}"
     source: "{{ item.source }}"
   loop: "{{ vault_iptables_external }}"
-  notify: save iptables rules (Debian)
+  notify: save iptables rules
-- 
GitLab