mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
8 lines
243 B
YAML
8 lines
243 B
YAML
- 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] == ''"
|