ソースを参照

Merge pull request #766 from lxp/fix-postgres-upgrade

Fix concatenation of additional databases
pull/769/head
Slavi Pantaleev 5年前
committed by GitHub
コミット
067f12b628
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      group_vars/matrix_servers

+ 2
- 2
group_vars/matrix_servers ファイルの表示

@@ -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
}}

######################################################################


読み込み中…
キャンセル
保存