library/roles/postgresql/defaults/main.yml: Set psql_postgresql_install as False by default.

This commit is contained in:
Andrea Dell'Amico 2016-10-05 15:25:49 +02:00
parent 4765fea33f
commit 6c3822e2e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
pg_use_postgresql_org_repo: True
psql_postgresql_install: True
psql_postgresql_install: False
psql_pkg_state: installed
postgresql_enabled: True
psql_pgpool_install: False