mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
b7261dc098
The default scalar.vector.im integrations manager doesn't support custom URL's for etherpad, therefore Dimension needs to be enabled.
6 lines
246 B
YAML
6 lines
246 B
YAML
- name: Fail if Etherpad is enabled without the Dimension integrations manager
|
|
fail:
|
|
msg: >-
|
|
To integrate Etherpad notes with Matrix rooms you need to set "matrix_dimension_enabled" to true
|
|
when: "not matrix_dimension_enabled|bool"
|