Преглед изворни кода

Set bot.draupnir as default username for the bot in config

pull/3941/head
Catalan Lover пре 1 година
родитељ
комит
5504e8be4d
No known key found for this signature in database GPG Key ID: 649BCCF930C07F70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml Прегледај датотеку

@@ -74,7 +74,7 @@ matrix_bot_draupnir_pantalaimon_password: ""


# Username and password the bot uses for logging in directly. If using Pantalimon # Username and password the bot uses for logging in directly. If using Pantalimon
# these values become the values of `matrix_bot_draupnir_pantalaimon_username` and `matrix_bot_draupnir_pantalaimon_password` # these values become the values of `matrix_bot_draupnir_pantalaimon_username` and `matrix_bot_draupnir_pantalaimon_password`
matrix_bot_draupnir_login: "{{ matrix_bot_draupnir_pantalaimon_username }}"
matrix_bot_draupnir_login: "{{ matrix_bot_draupnir_pantalaimon_username if matrix_bot_draupnir_pantalaimon_use == 'true' else 'bot.draupnir' }}"
matrix_bot_draupnir_password: "{{ matrix_bot_draupnir_pantalaimon_password }}" matrix_bot_draupnir_password: "{{ matrix_bot_draupnir_pantalaimon_password }}"


# Controls if we activate the pantalaimon config block for now. This configuration block is proable to change name for our usecase # Controls if we activate the pantalaimon config block for now. This configuration block is proable to change name for our usecase


Loading…
Откажи
Сачувај