mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Etherpad role
This commit is contained in:
7
roles/matrix-etherpad/tasks/validate_config.yml
Normal file
7
roles/matrix-etherpad/tasks/validate_config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: Fail if required Etherpad settings not defined
|
||||
fail:
|
||||
msg: >-
|
||||
You need to define a required configuration setting (`{{ item }}`) for using Etherpad.
|
||||
with_items:
|
||||
-
|
||||
when: "matrix_etherpad_enabled and vars[item] == ''"
|
Reference in New Issue
Block a user