This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
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 years ago
parent
d513c0f446
commit
19e0b8374b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-rageshake/defaults/main.yml
+ 1
- 1
roles/custom/matrix-rageshake/defaults/main.yml
View File
@@ -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:
fals
e
matrix_rageshake_enabled:
tru
e
matrix_rageshake_container_image_self_build: false
matrix_rageshake_docker_repo: "https://github.com/matrix-org/rageshake/"
Write
Preview
Loading…
Cancel
Save