Skip to content

Commit 72d082d

Browse files
committed
create draupnir bot user with type = admin when matrix_bot_draupnir_admin_api_enabled = true
1 parent eef4036 commit 72d082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group_vars/matrix_servers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6099,7 +6099,7 @@ matrix_user_creator_users_auto: |
60996099
([{
61006100
'username': matrix_bot_draupnir_login,
61016101
'initial_password': matrix_bot_draupnir_password,
6102-
'initial_type': 'bot',
6102+
'initial_type': ('admin' if matrix_bot_draupnir_admin_api_enabled else 'bot'),
61036103
}] if matrix_bot_draupnir_enabled and matrix_bot_draupnir_password else [])
61046104
}}
61056105

0 commit comments

Comments
 (0)