fixe stuff
This commit is contained in:
parent
6dfa28d41d
commit
a80144c1a9
3 changed files with 3 additions and 3 deletions
|
@ -53,6 +53,8 @@
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Generate facebook-registration.yaml
|
- name: Generate facebook-registration.yaml
|
||||||
|
become: yes
|
||||||
|
become_user: mautrix-facebook
|
||||||
shell:
|
shell:
|
||||||
cmd: "/opt/mautrix-facebook/bin/python -m mautrix_facebook -g"
|
cmd: "/opt/mautrix-facebook/bin/python -m mautrix_facebook -g"
|
||||||
chdir: /opt/mautrix-facebook
|
chdir: /opt/mautrix-facebook
|
||||||
|
@ -61,8 +63,6 @@
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Copy config for synapse
|
- name: Copy config for synapse
|
||||||
become: yes
|
|
||||||
become_user: mautrix-facebook
|
|
||||||
file:
|
file:
|
||||||
src: /opt/mautrix-facebook/registration.yaml
|
src: /opt/mautrix-facebook/registration.yaml
|
||||||
dest: /etc/matrix-synapse/facebook-registration.yaml
|
dest: /etc/matrix-synapse/facebook-registration.yaml
|
||||||
|
|
|
@ -77,7 +77,7 @@ appservice:
|
||||||
|
|
||||||
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
|
||||||
as_token: {{ matrix_bridge_facebook_as_token }}
|
as_token: {{ matrix_bridge_facebook_as_token }}
|
||||||
hs_token: {{ matrix_bridge_facebook_as_token }}
|
hs_token: {{ matrix_bridge_facebook_hs_token }}
|
||||||
|
|
||||||
# Prometheus telemetry config. Requires prometheus-client to be installed.
|
# Prometheus telemetry config. Requires prometheus-client to be installed.
|
||||||
metrics:
|
metrics:
|
||||||
|
|
Loading…
Reference in a new issue