matrix-docker-ansible-deploy/roles/matrix-etherpad/tasks/validate_config.yml

6 lines
246 B
YAML
Raw Normal View History

- name: Fail if Etherpad is enabled without the Dimension integrations manager
2021-01-20 23:06:35 +00:00
fail:
msg: >-
To integrate Etherpad notes with Matrix rooms you need to set "matrix_dimension_enabled" to true
when: "not matrix_dimension_enabled|bool"