Ver a proveniência

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

pull/3941/head
Catalan Lover há 1 ano
ascendente
cometimento
5504e8be4d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 649BCCF930C07F70
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml Ver ficheiro

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

# 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`
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 }}"

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


Carregando…
Cancelar
Guardar