Przeglądaj źródła

create draupnir bot user with type = admin when matrix_bot_draupnir_admin_api_enabled = true

pull/4497/head
Aine 6 miesięcy temu
rodzic
commit
72d082d6f5
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 34969C908CCA2804
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Wyświetl plik

@@ -6099,7 +6099,7 @@ matrix_user_creator_users_auto: |
([{
'username': matrix_bot_draupnir_login,
'initial_password': matrix_bot_draupnir_password,
'initial_type': 'bot',
'initial_type': ('admin' if matrix_bot_draupnir_admin_api_enabled else 'bot'),
}] if matrix_bot_draupnir_enabled and matrix_bot_draupnir_password else [])
}}



Ładowanie…
Anuluj
Zapisz