Fix matrix_postgres_connection_password length check
This commit is contained in:
@ -36,4 +36,4 @@
|
||||
- name: Fail if Postgres password length exceeded
|
||||
fail:
|
||||
msg: "The maximum `matrix_postgres_connection_password` length is 99 characters"
|
||||
when: "matrix_postgres_connection_hostname|length > 99"
|
||||
when: "matrix_postgres_connection_password|length > 99"
|
||||
|
Reference in New Issue
Block a user