|
|
@@ -36,4 +36,4 @@ |
|
|
- name: Fail if Postgres password length exceeded |
|
|
- name: Fail if Postgres password length exceeded |
|
|
fail: |
|
|
fail: |
|
|
msg: "The maximum `matrix_postgres_connection_password` length is 99 characters" |
|
|
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" |