Slavi Pantaleev
há 2 anos
committed by
GitHub
ascendente
cometimento
a300ffeb8a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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 |
|
|
|
|
|
|
|
|