Remove unnecessary with_items statement

This commit is contained in:
Slavi Pantaleev 2021-03-20 13:34:22 +02:00
parent 9a0222fa47
commit b824522b33

View File

@ -2,6 +2,4 @@
fail:
msg: >-
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"