From 80f62d186e0f396ab9c94989bca2669891cd5cb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 23 May 2023 09:58:49 +0200
Subject: [PATCH] chore: remove unnecessary handler for restarting Postgres, as
 we haven't been using Postgres for quite a while

---
 handlers/main.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/handlers/main.yml b/handlers/main.yml
index 4d68533..6c7fd0b 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -1,9 +1,4 @@
 ---
-- name: restart postgres
-  ansible.builtin.systemd:
-    name: "postgresql"
-    state: restarted
-
 - name: save iptables rules (Debian)
   when: ansible_os_family == "Debian"
   block:
-- 
GitLab