소스 검색

Add missing usage of matrix_authentication_service_syn2mas_process_extra_arguments when constructing matrix_authentication_service_syn2mas_migration_command

pull/3651/head
Slavi Pantaleev 1 년 전
부모
커밋
a897841f9b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/custom/matrix-authentication-service/tasks/syn2mas.yml

+ 1
- 0
roles/custom/matrix-authentication-service/tasks/syn2mas.yml 파일 보기

@@ -97,6 +97,7 @@
--command=migrate
--synapseConfigFile=/homeserver.yaml
--masConfigFile=/mas-config.yaml
{{ matrix_authentication_service_syn2mas_process_extra_arguments | join(' ') }}
{% if matrix_authentication_service_syn2mas_dry_run | bool %}--dryRun{% endif %}
tags:
- skip_ansible_lint


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