The libdir exists, initdb creates files in it
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
cbd9735021
commit
344e65e150
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- name: Initialize postgres if necessary
|
- name: Initialize postgres if necessary
|
||||||
command: /usr/bin/postgresql-setup initdb
|
command: /usr/bin/postgresql-setup initdb
|
||||||
creates=/var/lib/pgsql/data
|
creates=/var/lib/pgsql/data/PG_VERSION
|
||||||
notify:
|
notify:
|
||||||
- restart postgresql
|
- restart postgresql
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue