소스 검색

Enable matrix_rageshake_enabled in the role by default

We disable it via `group_vars/matrix_servers`, as we do for all other
roles.
pull/2510/head
Slavi Pantaleev 3 년 전
부모
커밋
19e0b8374b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-rageshake/defaults/main.yml

+ 1
- 1
roles/custom/matrix-rageshake/defaults/main.yml 파일 보기

@@ -2,7 +2,7 @@
# rageshake is a issue submission service from matrix.org
# Project source code URL: https://github.com/matrix-org/rageshake/

matrix_rageshake_enabled: false
matrix_rageshake_enabled: true

matrix_rageshake_container_image_self_build: false
matrix_rageshake_docker_repo: "https://github.com/matrix-org/rageshake/"


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