소스 검색

Merge pull request #2719 from mochman/master

Fix for hookshot validation failure
pull/2724/head
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
a300ffeb8a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml

+ 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



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