From 44089646f57db11bda2d89fe98d386d0f045c34e Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sun, 6 Mar 2022 20:04:43 +0100 Subject: [PATCH] move registration to a folder --- TODO.md | 1 - tasks/main.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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