Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuring-playbook-bridge-mautrix-meta-messenger.md #3279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ThellraAK
Copy link
Contributor

Add " ' " around the username for matrix_admin.

Add " ' " around the username for matrix_admin.
@spantaleev
Copy link
Owner

Why? Are you using a username with special characters that break the YAML parser without quotes?

@ThellraAK
Copy link
Contributor Author

Without the single quotes I get an error

ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each:
JSON: Expecting value: line 1 column 1 (char 0)

Syntax Error while loading YAML.
  found character that cannot start any token

The error appears to be in '/share/matrix-docker-ansible-deploy/inventory/host_vars/matrix.relativelyprivate.com/vars.yml': line 58, column 15, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

matrix_mautrix_meta_messenger_enabled: true
matrix_admin: @ThellraAK:mydomain.com
              ^ here

That's with matrix_admin: @ThellraAK:mydomain.com

However with matrix_admin: '@ThellraAK:mydomain.com'

It works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants