diff --git a/TODO.md b/TODO.md index b7e7c69..7500be5 100644 --- a/TODO.md +++ b/TODO.md @@ -3,6 +3,5 @@ - remove `matrix_bridge_facebook_integration_manager_shared_secret` - Setup prometheus somehow (maybe not in the role) - Add link to postgres role -- Move registration files to a registration folder - Use local bot avatar - Why [animated-styckers] and not [all]? diff --git a/tasks/main.yml b/tasks/main.yml index dca72ca..a1bcc7c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -85,7 +85,7 @@ - name: Copy config for synapse file: src: /opt/mautrix-facebook/registration.yaml - dest: /etc/matrix-synapse/facebook-registration.yaml + dest: /etc/matrix-synapse/registrations/facebook-registration.yaml state: link - name: Ensure the log directory exists