Be more specific about what postgresql-setup creates

This commit is contained in:
Pierre-Yves Chibon 2015-05-13 14:47:26 +02:00
parent efc68af059
commit be71a52ef3

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/base
notify:
- restart postgresql
tags: