Update files for Email2Matrix: fix capitalization

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-01-26 20:43:57 +09:00
parent e1f2d764e5
commit 3c33f0be3b
5 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
---
- name: Fail if no email2matrix mappings
- name: Fail if no Email2Matrix 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"
- name: Fail if required email2matrix settings not defined
- name: Fail if required Email2Matrix settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item.name }}`).