mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02: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:
@@ -69,7 +69,7 @@
|
|||||||
-e POSTGRESQL_PASSWORD={{ pg_password }} \
|
-e POSTGRESQL_PASSWORD={{ pg_password }} \
|
||||||
-e POSTGRESQL_ADMIN_PASSWORD={{ pg_password }} \
|
-e POSTGRESQL_ADMIN_PASSWORD={{ pg_password }} \
|
||||||
-e POSTGRESQL_DATABASE={{ pg_database }} \
|
-e POSTGRESQL_DATABASE={{ pg_database }} \
|
||||||
-e POSTGRESQL_VERSION=9.5 \
|
-e POSTGRESQL_VERSION=9.6 \
|
||||||
-n {{ kubernetes_namespace }}
|
-n {{ kubernetes_namespace }}
|
||||||
register: openshift_pg_activate
|
register: openshift_pg_activate
|
||||||
no_log: yes
|
no_log: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user