Browse Source

Prevent schildichat from being installed by default

pull/2861/head
gill6151 3 years ago
committed by GitHub
parent
commit
c4034e3918
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-client-schildichat/defaults/main.yml

+ 1
- 1
roles/custom/matrix-client-schildichat/defaults/main.yml View File

@@ -1,7 +1,7 @@
---
# Project source code URL: https://github.com/SchildiChat/schildichat-desktop

matrix_client_schildichat_enabled: true
matrix_client_schildichat_enabled: false

matrix_client_schildichat_container_image_self_build: false



Loading…
Cancel
Save