ソースを参照

Merge pull request #2075 from etkecc/patch-62

postmoogle: set safe defaults to POSTMOOGLE_USERS
pull/2078/head
Slavi Pantaleev 3年前
committed by GitHub
コミット
3e95b670c6
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      roles/matrix-bot-postmoogle/defaults/main.yml

+ 2
- 1
roles/matrix-bot-postmoogle/defaults/main.yml ファイルの表示

@@ -85,7 +85,8 @@ matrix_bot_postmoogle_maxsize: '1024'
# - @another:example.com
# - @bot.*:example.com
# - @*:another.com
matrix_bot_postmoogle_users: []
matrix_bot_postmoogle_users:
- "@*:{{ matrix_domain }}"

# A list of admins
# Example set of rules:


読み込み中…
キャンセル
保存