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