Skip to content

Commit

Permalink
Merge pull request #766 from lxp/fix-postgres-upgrade
Browse files Browse the repository at this point in the history
Fix concatenation of additional databases
  • Loading branch information
spantaleev authored Dec 23, 2020
2 parents a2a4218 + befffa9 commit 067f12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -1098,14 +1098,14 @@ matrix_postgres_import_roles_to_ignore: |
{{
[matrix_postgres_connection_username]
+
matrix_postgres_additional_databases|map(attribute='username')
matrix_postgres_additional_databases|map(attribute='username')|list
}}

matrix_postgres_import_databases_to_ignore: |
{{
[matrix_postgres_db_name]
+
matrix_postgres_additional_databases|map(attribute='name')
matrix_postgres_additional_databases|map(attribute='name')|list
}}

######################################################################
Expand Down

0 comments on commit 067f12b

Please sign in to comment.