소스 검색

Make it possible to install maubot against Conduit

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3556
pull/3560/head
Slavi Pantaleev 1 년 전
부모
커밋
bc704a2552
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 파일 보기

@@ -2577,7 +2577,7 @@ matrix_bot_maubot_homeserver_secret: |-
{
'synapse': matrix_synapse_registration_shared_secret | default(''),
'dendrite': matrix_dendrite_client_api_registration_shared_secret | default(''),
}[matrix_homeserver_implementation]
}[matrix_homeserver_implementation] | default('')
}}

matrix_bot_maubot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"


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