matrix-docker-ansible-deploy/roles/custom/matrix-bridge-hookshot
Aine 11b76bd0c2
fix redis port type
The conditional check 'matrix_hookshot_experimental_encryption_enabled and matrix_hookshot_cache_redisUri == ''' failed. The error was: An unhandled exception occurred while templating '{{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Unexpected templating type error occurred on ({{ ('redis://' + matrix_hookshot_cache_redis_host + ':' + matrix_hookshot_cache_redis_port) if matrix_hookshot_cache_redis_host else '' }}): can only concatenate str (not \"int\") to str. can only concatenate str (not \"int\") to str
2024-04-25 22:49:01 +03:00
..
defaults fix redis port type 2024-04-25 22:49:01 +03:00
files Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
tasks Switch Hookshot from queue.xxx to cache.redisUri 2024-04-17 15:36:49 +03:00
templates Switch Hookshot from queue.xxx to cache.redisUri 2024-04-17 15:36:49 +03:00