Skip to content

Commit 6658c69

Browse files
aine-etkespantaleev
authored andcommitted
allow native draupnir (bot) auth using login/password
1 parent e0dbd05 commit 6658c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/custom/matrix-bot-draupnir/tasks/validate_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
ansible.builtin.fail:
3737
msg: "The `{{ item.name }}` variable must be defined and have a non-null value."
3838
with_items:
39-
- {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ not matrix_bot_draupnir_pantalaimon_use }}"}
39+
- {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ not matrix_bot_draupnir_pantalaimon_use and not matrix_bot_draupnir_login_native }}"}
4040
- {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ matrix_bot_draupnir_config_experimentalRustCrypto }}"}
4141
- {'name': 'matrix_bot_draupnir_config_managementRoom', when: true}
4242
- {'name': 'matrix_bot_draupnir_container_network', when: true}

0 commit comments

Comments
 (0)