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

8 lines
243 B
YAML
Raw Normal View History

2021-01-20 23:06:35 +00:00
- 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] == ''"