소스 검색

Use a proper (bool) value for the `matrix_bot_draupnir_login_native` variable

Otherwise Ansible casts the "" string to a bool.
This works, but it's deprecated and a bad idea anyway.
pull/4759/head
Slavi Pantaleev 3 달 전
부모
커밋
ebdb2cc827
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bot-draupnir/defaults/main.yml

+ 1
- 1
roles/custom/matrix-bot-draupnir/defaults/main.yml 파일 보기

@@ -101,7 +101,7 @@ matrix_bot_draupnir_password: "{{ matrix_bot_draupnir_pantalaimon_password }}"
# Controls if we activate the config block for Pantalaimon for now. Its name will
# probably be changed for our usecase due to Draupnir's push to scrub Pantalaimon from the codebase.
# This configuration option does not follow the common naming schema as its not controlling a config key directly.
matrix_bot_draupnir_login_native: ""
matrix_bot_draupnir_login_native: false

# The room ID where people can use the bot. The bot has no access controls, so
# anyone in this room can use the bot - secure your room!


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