Switch back to the option

This commit is contained in:
Pierre-Yves Chibon 2014-09-30 14:39:12 +02:00
parent b5e20b4b23
commit 78ed619ad4

View file

@ -23,7 +23,7 @@
- name: Initialize postgres if necessary
command: /usr/bin/postgresql-setup initdb
when: not os.path.exists("/var/lib/pgsql/data")
creates=/var/lib/pgsql/data
notify:
- restart postgresql
tags: