浏览代码

Fixed conflicting default values for enabling media-repo

pull/2783/head
Michael Hollister 2 年前
父节点
当前提交
c043463ee1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml 查看文件

@@ -5,7 +5,7 @@
# with the specification.
# See: https://github.com/turt2live/matrix-media-repo

matrix_media_repo_enabled: true
matrix_media_repo_enabled: false

matrix_media_repo_container_image_self_build: false
matrix_media_repo_container_image_self_build_repo: "https://github.com/turt2live/matrix-media-repo.git"


正在加载...
取消
保存