From cb6f6bb766edf6a409545f4609ca633dabe97a2a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 12 Jul 2026 19:06:43 +0300 Subject: Improve volume handling, add migration confirmation step --- roles/jails/02_postgres/tasks/main.yml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'roles/jails/02_postgres/tasks') diff --git a/roles/jails/02_postgres/tasks/main.yml b/roles/jails/02_postgres/tasks/main.yml index 81d357a..8ce0864 100644 --- a/roles/jails/02_postgres/tasks/main.yml +++ b/roles/jails/02_postgres/tasks/main.yml @@ -7,15 +7,6 @@ path: /var/db/postgres/data18/PG_VERSION register: _pg_data -- name: Set postgres data directory ownership - file: - path: /var/db/postgres - state: directory - owner: postgres - group: postgres - mode: "0755" - when: not _pg_data.stat.exists - - name: Initialize database shell: /usr/local/etc/rc.d/postgresql initdb when: not _pg_data.stat.exists -- cgit v1.3