瀏覽代碼
Merge pull request #2719 from mochman/master
Fix for hookshot validation failure
pull/2724/head
Slavi Pantaleev
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml
|
|
|
@@ -81,7 +81,7 @@ |
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} |
|
|
|
--cap-drop=ALL |
|
|
|
-v {{ matrix_hookshot_base_path }}/config.yml:/config.yml |
|
|
|
{{ matrix_hookshot_docker_image }} node Config/Config.js /config.yml |
|
|
|
{{ matrix_hookshot_docker_image }} node config/Config.js /config.yml |
|
|
|
register: hookshot_config_validation_result |
|
|
|
changed_when: false |
|
|
|
|
|
|
|
|