We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dbd05 commit 6658c69Copy full SHA for 6658c69
roles/custom/matrix-bot-draupnir/tasks/validate_config.yml
@@ -36,7 +36,7 @@
36
ansible.builtin.fail:
37
msg: "The `{{ item.name }}` variable must be defined and have a non-null value."
38
with_items:
39
- - {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ not matrix_bot_draupnir_pantalaimon_use }}"}
+ - {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ not matrix_bot_draupnir_pantalaimon_use and not matrix_bot_draupnir_login_native }}"}
40
- {'name': 'matrix_bot_draupnir_config_accessToken', when: "{{ matrix_bot_draupnir_config_experimentalRustCrypto }}"}
41
- {'name': 'matrix_bot_draupnir_config_managementRoom', when: true}
42
- {'name': 'matrix_bot_draupnir_container_network', when: true}
0 commit comments