matrix-docker-ansible-deploy/roles/matrix-jitsi/tasks
Slavi Pantaleev 6568b68759
Fix validation message
The check was checking for an empty string in `matrix_jitsi_prosody_auth_internal_accounts`,
which is unlikely to happen. We should check for an empty list instead.

The check was not validating username/password values, so telling the user that they need a non-empty
username/password is misleading. It was merely checking if there's at least one entry in the list.

This patch adjusts the check and message accordingly.
2021-12-11 10:14:33 +02:00
..
util Added check before stopping service, fixed unnecessary checking of user attributes, and created sections to clarify the file's purpose 2021-12-09 07:40:25 -03:00
init.yml remove jibri 2021-07-01 15:37:20 +05:30
main.yml remove jibri 2021-07-01 15:37:20 +05:30
setup_jitsi_base.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_jitsi_jicofo.yml Disable systemd services when stopping to uninstall them 2021-11-10 17:39:21 +02:00
setup_jitsi_jvb.yml Disable systemd services when stopping to uninstall them 2021-11-10 17:39:21 +02:00
setup_jitsi_prosody.yml Removed an empty line (formatting) 2021-12-09 07:44:50 -03:00
setup_jitsi_web.yml Disable systemd services when stopping to uninstall them 2021-11-10 17:39:21 +02:00
validate_config.yml Fix validation message 2021-12-11 10:14:33 +02:00