mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix yamllint-reported errors in matrix-email2matrix
This commit is contained in:
parent
62c4e76634
commit
10777218e8
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Fail if no 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.
|
||||
@ -13,5 +13,3 @@
|
||||
when: "item.when | bool and vars[item.name] == ''"
|
||||
with_items:
|
||||
- {'name': 'matrix_email2matrix_container_network', when: true}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user