소스 검색

Fix typo (matrix_telegram_facebook_postgres_hostname -> matrix_mautrix_telegram_postgres_hostname)

Related to 9bf8ce878e.
pull/740/head
Slavi Pantaleev 5 년 전
부모
커밋
6a2dd8088c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 파일 보기

@@ -978,7 +978,7 @@ matrix_postgres_additional_databases: |
'name': matrix_mautrix_telegram_postgres_db_name,
'username': matrix_mautrix_telegram_postgres_username,
'password': matrix_mautrix_telegram_postgres_password,
}] if (matrix_mautrix_telegram_enabled and matrix_mautrix_telegram_database_engine == 'postgres' and matrix_telegram_facebook_postgres_hostname == 'matrix-postgres') else [])
}] if (matrix_mautrix_telegram_enabled and matrix_mautrix_telegram_database_engine == 'postgres' and matrix_mautrix_telegram_postgres_hostname == 'matrix-postgres') else [])
+ ([{
'name': matrix_mautrix_whatsapp_postgres_db_name,
'username': matrix_mautrix_whatsapp_postgres_username,


불러오는 중...
취소
저장