mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
Remove unnecessary with_items statement
This commit is contained in:
parent
9a0222fa47
commit
b824522b33
|
@ -2,6 +2,4 @@
|
||||||
fail:
|
fail:
|
||||||
msg: >-
|
msg: >-
|
||||||
Enabling Sygnal requires that you specify at least one app in `matrix_sygnal_apps`
|
Enabling Sygnal requires that you specify at least one app in `matrix_sygnal_apps`
|
||||||
with_items:
|
|
||||||
- "matrix_sygnal_access_token"
|
|
||||||
when: "matrix_sygnal_enabled and matrix_sygnal_apps|length == 0"
|
when: "matrix_sygnal_enabled and matrix_sygnal_apps|length == 0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user