瀏覽代碼

fix user creator role

pull/2285/head
Aine 3 年之前
父節點
當前提交
b8b5acdb16
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 34969C908CCA2804
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      group_vars/matrix_servers

+ 8
- 8
group_vars/matrix_servers 查看文件

@@ -2761,29 +2761,29 @@ matrix_conduit_systemd_required_services_list: |

matrix_user_creator_users_auto: |
{{
[{
([{
'username': matrix_bot_matrix_reminder_bot_matrix_user_id_localpart,
'initial_password': matrix_bot_matrix_reminder_bot_matrix_user_password,
'initial_type': 'bot',
}] if matrix_bot_matrix_reminder_bot_enabled else []
}] if matrix_bot_matrix_reminder_bot_enabled else [])
+
[{
([{
'username': matrix_bot_honoroit_login,
'initial_password': matrix_bot_honoroit_password,
'initial_type': 'bot',
}] if matrix_bot_honoroit_enabled else []
}] if matrix_bot_honoroit_enabled else [])
+
[{
([{
'username': matrix_bot_postmoogle_login,
'initial_password': matrix_bot_postmoogle_password,
'initial_type': 'bot',
}] if matrix_bot_postmoogle_enabled else []
}] if matrix_bot_postmoogle_enabled else [])
+
[{
([{
'username': matrix_bot_buscarron_login,
'initial_password': matrix_bot_buscarron_password,
'initial_type': 'bot',
}] if matrix_bot_buscarron_enabled else []
}] if matrix_bot_buscarron_enabled else [])
}}

######################################################################


Loading…
取消
儲存