mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-09 12:36:38 -04:00
7 lines
224 B
YAML
7 lines
224 B
YAML
---
|
|
|
|
- name: Fail if no mappings
|
|
fail:
|
|
msg: >
|
|
You need to define at least one mapping in `matrix_email2matrix_matrix_mappings` for enabling Email2Matrix.
|
|
when: "matrix_email2matrix_matrix_mappings|length == 0"
|