瀏覽代碼

Update init.yml

Removed a set_facts that I have used for tracing down the issue
pull/305/head
Mike 6 年之前
committed by GitHub
父節點
當前提交
4edb1eb131
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      roles/matrix-bridge-mautrix-whatsapp/tasks/init.yml

+ 0
- 4
roles/matrix-bridge-mautrix-whatsapp/tasks/init.yml 查看文件

@@ -2,10 +2,6 @@
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-mautrix-whatsapp'] }}"
when: matrix_mautrix_whatsapp_enabled|bool

- set_fact:
matrix_synapse_mautrix_extra_arguments: "--mount type=bind,src={{ matrix_mautrix_whatsapp_config_path }}/registration.yaml,dst=/matrix-mautrix-whatsapp-registration.yaml,ro"
when: matrix_mautrix_whatsapp_enabled|bool

# If the matrix-synapse role is not used, these variables may not exist.
- set_fact:
matrix_synapse_container_extra_arguments: >


Loading…
取消
儲存