aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/02_postgres/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/02_postgres/tasks')
-rw-r--r--roles/jails/02_postgres/tasks/main.yml9
1 files changed, 0 insertions, 9 deletions
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