forked from ISTI-ansible-roles/ansible-roles
library/roles/postgresql/defaults/main.yml: Set psql_postgresql_install as False by default.
This commit is contained in:
parent
4765fea33f
commit
6c3822e2e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue