From c8e0761c07f21c8d33cf2e4de7b56f8fe15356ee Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 22 Nov 2023 13:17:00 +0300 Subject: [PATCH] fix postgresql masked unit --- tasks/Debian/install.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/Debian/install.yaml b/tasks/Debian/install.yaml index 145522f..b2d3bfa 100644 --- a/tasks/Debian/install.yaml +++ b/tasks/Debian/install.yaml @@ -38,6 +38,13 @@ path: /etc/postgresql-common/createcluster.d state: directory +- name: Unmask PostgreSQL meta unit + systemd: + daemon_reload: true + name: "postgresql" + enabled: true + masked: no + - name: Disable main cluster creation by default copy: dest: /etc/postgresql-common/createcluster.d/create-main-cluster.conf