mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
835c349275
Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
4 lines
157 B
YAML
4 lines
157 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-appservice-discord'] }}"
|
|
when: matrix_appservice_discord_enabled
|