mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
7 lines
240 B
YAML
7 lines
240 B
YAML
---
|
|
|
|
- name: Fail if no mappings
|
|
ansible.builtin.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"
|