Fix some ansible-lint-reported warnings

This commit is contained in:
Slavi Pantaleev
2022-09-18 12:21:09 +03:00
parent 0259a7a50b
commit 89648cf58e
22 changed files with 27 additions and 31 deletions

View File

@ -4,4 +4,4 @@
ansible.builtin.fail:
msg: >-
Enabling Sygnal requires that you specify at least one app in `matrix_sygnal_apps`
when: "matrix_sygnal_enabled and matrix_sygnal_apps|length == 0"
when: "matrix_sygnal_enabled and matrix_sygnal_apps | length == 0"