[fix] role:postgresql-for-postgresql:apt update und pg options

This commit is contained in:
roydfalk 2024-03-20 00:11:48 +01:00
parent 9c03561b1a
commit 81bef7dd44

View file

@ -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"
}
},
{