|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
owner: bridge_discor_user
|
|
|
|
|
local: C
|
|
|
|
|
template: template0
|
|
|
|
|
no_log: true
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
apt:
|
|
|
|
@ -66,6 +67,7 @@
|
|
|
|
|
group: root
|
|
|
|
|
mode: '0660'
|
|
|
|
|
notify: Restart the discord bridge
|
|
|
|
|
no_log: true
|
|
|
|
|
|
|
|
|
|
- name: Generate discord-registration.yaml
|
|
|
|
|
shell:
|
|
|
|
@ -73,6 +75,7 @@
|
|
|
|
|
chdir: /srv/matrix-appservice-discord
|
|
|
|
|
creates: /srv/matrix-appservice-discord/discord-registration.yaml
|
|
|
|
|
notify: Restart synapse
|
|
|
|
|
no_log: true
|
|
|
|
|
|
|
|
|
|
- name: Copy config for synapse
|
|
|
|
|
file:
|
|
|
|
|