From 57bf0b9c7b39f63eeb3c591f926cc486d5eb63c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Wed, 15 Jan 2025 16:47:16 +0100
Subject: [PATCH] style: satisfy linter

---
 tasks/configure_mail.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tasks/configure_mail.yml b/tasks/configure_mail.yml
index 159bd0a..595d356 100644
--- a/tasks/configure_mail.yml
+++ b/tasks/configure_mail.yml
@@ -9,4 +9,3 @@
   when: (( ansible_os_family == "RedHat" ) or
          ( ansible_distribution == "Ubuntu" ))
   tags: [postfix, mail]
-
-- 
GitLab