瀏覽代碼

Make ansible-lint happy

pull/3282/head
Slavi Pantaleev 2 年之前
父節點
當前提交
1774ed6e7d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml 查看文件

@@ -45,7 +45,7 @@ matrix_hookshot_appservice_endpoint: "{{ matrix_hookshot_public_endpoint }}/_mat
# but may also speed up Hookshot startup, etc.
matrix_hookshot_cache_redis_host: ''
matrix_hookshot_cache_redis_port: 6739
matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}"
matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}" # noqa var-naming

# Controls whether the experimental end-to-bridge encryption support is enabled.
# This requires that:


Loading…
取消
儲存