The libdir exists, initdb creates files in it

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-01-22 12:54:06 +00:00
parent cbd9735021
commit 344e65e150

View file

@ -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/PG_VERSION
notify:
- restart postgresql