mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-10 15:32:01 -03:30
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.
This commit is contained in:
parent
9b7767f451
commit
ebdb2cc827
@ -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
|
# 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.
|
# 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.
|
# 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
|
# 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!
|
# anyone in this room can use the bot - secure your room!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user