Add Email2Matrix support

This commit is contained in:
Slavi Pantaleev
2019-08-05 13:06:49 +03:00
parent 5d1c76f0e3
commit 4be35822dd
12 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- 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"