mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Specify a PGDATA directory to prevent container re-create issues
This commit is contained in:
parent
0876d7825c
commit
bf281f6ea9
@ -94,6 +94,7 @@
|
||||
POSTGRES_USER: "{{ pg_username }}"
|
||||
POSTGRES_PASSWORD: "{{ pg_password }}"
|
||||
POSTGRES_DB: "{{ pg_database }}"
|
||||
PGDATA: "/var/lib/postgresql/data/pgdata"
|
||||
when: pg_hostname is not defined or pg_hostname == ''
|
||||
register: postgres_container_activate
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user