Parcourir la source

fix user creator role

pull/2285/head
Aine il y a 3 ans
Parent
révision
b8b5acdb16
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 34969C908CCA2804
1 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. +8
    -8
      group_vars/matrix_servers

+ 8
- 8
group_vars/matrix_servers Voir le fichier

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


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


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


Chargement…
Annuler
Enregistrer