mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Etherpad role: Etherpad needs Dimension
The default scalar.vector.im integrations manager doesn't support custom URL's for etherpad, therefore Dimension needs to be enabled.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
- name: Fail if required Etherpad settings not defined
|
||||
- name: Fail if Etherpad is enabled without the Dimension integrations manager
|
||||
fail:
|
||||
msg: >-
|
||||
You need to define a required configuration setting (`{{ item }}`) for using Etherpad.
|
||||
with_items:
|
||||
-
|
||||
when: "matrix_etherpad_enabled and vars[item] == ''"
|
||||
To integrate Etherpad notes with Matrix rooms you need to set "matrix_dimension_enabled" to true
|
||||
when: "not matrix_dimension_enabled|bool"
|
||||
|
Reference in New Issue
Block a user