From 507cc1322b8be719d533edbe8417000a531a5450 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 28 Oct 2020 13:05:25 -0400 Subject: [PATCH] Stop postgresql@.service like the others --- roles/postgresql/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/postgresql/tasks/install.yml b/roles/postgresql/tasks/install.yml index b44ddc3e0..b94e38dac 100644 --- a/roles/postgresql/tasks/install.yml +++ b/roles/postgresql/tasks/install.yml @@ -84,6 +84,7 @@ - name: Disable & Stop stock 'postgresql@' systemd service, for real Debian 10+ systemd: name: postgresql@ + state: stopped enabled: no when: is_debian and not is_raspbian # Especially for Debian 10, 11 & higher