move registration to a folder
This commit is contained in:
parent
d82aaeeb39
commit
44089646f5
2 changed files with 1 additions and 2 deletions
1
TODO.md
1
TODO.md
|
@ -3,6 +3,5 @@
|
||||||
- remove `matrix_bridge_facebook_integration_manager_shared_secret`
|
- remove `matrix_bridge_facebook_integration_manager_shared_secret`
|
||||||
- Setup prometheus somehow (maybe not in the role)
|
- Setup prometheus somehow (maybe not in the role)
|
||||||
- Add link to postgres role
|
- Add link to postgres role
|
||||||
- Move registration files to a registration folder
|
|
||||||
- Use local bot avatar
|
- Use local bot avatar
|
||||||
- Why [animated-styckers] and not [all]?
|
- Why [animated-styckers] and not [all]?
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
- name: Copy config for synapse
|
- name: Copy config for synapse
|
||||||
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/registrations/facebook-registration.yaml
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- name: Ensure the log directory exists
|
- name: Ensure the log directory exists
|
||||||
|
|
Loading…
Reference in a new issue