[fix] role:postgresql-for-postgresql:apt update und pg options
This commit is contained in:
parent
9c03561b1a
commit
81bef7dd44
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"name": "packages",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"update_cache": true,
|
||||
"pkg": [
|
||||
"acl",
|
||||
"python3-psycopg2"
|
||||
|
@ -17,6 +18,9 @@
|
|||
"state": "present",
|
||||
"name": "{{var_postgresql_for_synapse_username}}",
|
||||
"password": "{{var_postgresql_for_synapse_password}}"
|
||||
},
|
||||
"environment": {
|
||||
"PGOPTIONS": "-c password_encryption=scram-sha-256"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue