You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While trying to deploy whatsapp-bridge the followin task fails:
TASK [custom/matrix-bridge-mautrix-whatsapp : Ensure mautrix-whatsapp config.yaml installed] ************
fatal: [matrix.myserver.de]: FAILED! =>
msg: |-
An unhandled exception occurred while templating '{{ matrix_mautrix_whatsapp_configuration_yaml | from_yaml | combine(matrix_mautrix_whatsapp_configuration_extension, recursive=True) }}'. Error was a <class 'yaml.scanner.ScannerError'>, original message: while scanning a simple key
in "<unicode string>", line 18, column 1
could not find expected ':'
in "<unicode string>", line 19, column 5
To Reproduce
The relevant part of my vars.yml file looks like this:
Hey - so same error sadly - I set up a fresh venv:
msg: |-
An unhandled exception occurred while templating '{{ matrix_mautrix_whatsapp_configuration_yaml | from_yaml | combine(matrix_mautrix_whatsapp_configuration_extension, recursive=True) }}'. Error was a <class 'yaml.scanner.ScannerError'>, original message: while scanning a simple key
in "<unicode string>", line 18, column 1
could not find expected ':'
in "<unicode string>", line 19, column 5
I added debug tasks to the whatsapp role to see the yaml blocks before merging them only to see that I had unresolved git-merge errors in my jinja-template file, which obviously made yaml crash -.-
and surprise - after fixing that it works.
Sorry for even bothering you and thanks. I will close this
Describe the bug
While trying to deploy whatsapp-bridge the followin task fails:
To Reproduce
The relevant part of my
vars.yml
file looks like this:Running
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start
Expected behavior
Matrix-Whatsapp-Bridge installation should run trough.
Matrix Server:
The text was updated successfully, but these errors were encountered: