소스 검색

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 키 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
# 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


불러오는 중...
취소
저장