mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Upgrade PostgreSQL from 10 to 12
This commit is contained in:
@@ -4,7 +4,7 @@ dockerhub_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
||||
awx_image: "awx"
|
||||
redis_image: "redis"
|
||||
|
||||
postgresql_version: "10"
|
||||
postgresql_version: "12"
|
||||
postgresql_image: "postgres:{{postgresql_version}}"
|
||||
|
||||
compose_start_containers: true
|
||||
|
||||
Reference in New Issue
Block a user