소스 검색

Fix undefined variable usage in Draupnir config (`matrix_bot_draupnir_config_enableMakeRoomAdminCommand` -> `matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand`)

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3389
pull/4181/head
Slavi Pantaleev 11 달 전
부모
커밋
a0573e5855
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bot-draupnir/templates/production.yaml.j2

+ 1
- 1
roles/custom/matrix-bot-draupnir/templates/production.yaml.j2 파일 보기

@@ -138,7 +138,7 @@ admin:
# (with enough permissions) to "make" a user an admin.
#
# This only works if a local user with enough admin permissions is present in the room.
enableMakeRoomAdminCommand: {{ matrix_bot_draupnir_config_enableMakeRoomAdminCommand | to_json }}
enableMakeRoomAdminCommand: {{ matrix_bot_draupnir_config_admin_enableMakeRoomAdminCommand | to_json }}

# Misc options for command handling and commands
commands:


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