Browse Source

Add project introduction to maubot's defaults file

pull/1894/head
Slavi Pantaleev 3 years ago
committed by GitHub
parent
commit
e306d0051e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/matrix-bot-maubot/defaults/main.yml

+ 3
- 0
roles/matrix-bot-maubot/defaults/main.yml View File

@@ -1,5 +1,8 @@
---

# maubot is a plugin-based Matrix bot system.
# Project source code URL: https://mau.dev/maubot/maubot

matrix_bot_maubot_enabled: true
matrix_bot_maubot_container_image_self_build: false
matrix_bot_maubot_docker_repo: "https://mau.dev/maubot/maubot.git"


Loading…
Cancel
Save