From 2358c022895b3ce2f2a08dea41580e4cf84d218f Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sun, 6 Mar 2022 20:03:18 +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 02231a7..5cedf97 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,3 @@ - STOP RUNNING AS ROOT! - Setup prometheus somehow (maybe not in the role) - Add link to postgres role -- Move registration files to a registration folder diff --git a/tasks/main.yml b/tasks/main.yml index 7971d1f..19f4ea5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -80,7 +80,7 @@ - name: Copy config for synapse file: src: /srv/matrix-appservice-discord/discord-registration.yaml - dest: /etc/matrix-synapse/discord-registration.yaml + dest: /etc/matrix-synapse/registrations/discord-registration.yaml state: link - name: Copy the daemon configuration