mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 03:05:05 +08:00
Be more specific about what postgresql-setup creates
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
- name: Initialize postgres if necessary
|
||||
command: /usr/bin/postgresql-setup initdb
|
||||
creates=/var/lib/pgsql/data
|
||||
creates=/var/lib/pgsql/data/base
|
||||
notify:
|
||||
- restart postgresql
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user