mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #2656 from iplaman/fix-postgres96
Fix default Postgresql version to 9.6 Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
36faaf4720
@ -69,7 +69,7 @@
|
||||
-e POSTGRESQL_PASSWORD={{ pg_password }} \
|
||||
-e POSTGRESQL_ADMIN_PASSWORD={{ pg_password }} \
|
||||
-e POSTGRESQL_DATABASE={{ pg_database }} \
|
||||
-e POSTGRESQL_VERSION=9.5 \
|
||||
-e POSTGRESQL_VERSION=9.6 \
|
||||
-n {{ kubernetes_namespace }}
|
||||
register: openshift_pg_activate
|
||||
no_log: yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user