move registration to a folder
This commit is contained in:
parent
3c839edea9
commit
2358c02289
2 changed files with 1 additions and 2 deletions
1
TODO.md
1
TODO.md
|
@ -4,4 +4,3 @@
|
||||||
- STOP RUNNING AS ROOT!
|
- STOP RUNNING AS ROOT!
|
||||||
- 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
|
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
- name: Copy config for synapse
|
- name: Copy config for synapse
|
||||||
file:
|
file:
|
||||||
src: /srv/matrix-appservice-discord/discord-registration.yaml
|
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
|
state: link
|
||||||
|
|
||||||
- name: Copy the daemon configuration
|
- name: Copy the daemon configuration
|
||||||
|
|
Loading…
Reference in a new issue