|
|
@@ -1,6 +1,6 @@ |
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
- name: Fail if no mappings |
|
|
|
|
|
|
|
|
- name: Fail if no email2matrix mappings |
|
|
ansible.builtin.fail: |
|
|
ansible.builtin.fail: |
|
|
msg: > |
|
|
msg: > |
|
|
You need to define at least one mapping in `matrix_email2matrix_matrix_mappings` for enabling Email2Matrix. |
|
|
You need to define at least one mapping in `matrix_email2matrix_matrix_mappings` for enabling Email2Matrix. |
|
|
@@ -13,5 +13,3 @@ |
|
|
when: "item.when | bool and vars[item.name] == ''" |
|
|
when: "item.when | bool and vars[item.name] == ''" |
|
|
with_items: |
|
|
with_items: |
|
|
- {'name': 'matrix_email2matrix_container_network', when: true} |
|
|
- {'name': 'matrix_email2matrix_container_network', when: true} |
|
|
|
|
|
|
|
|
|
|
|
|