From 3567d9adbab7d6f08046591c34fe551093581504 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 7 Jun 2019 16:07:01 +0300 Subject: [PATCH] Fix typo --- roles/matrix-postgres/tasks/validate_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/matrix-postgres/tasks/validate_config.yml b/roles/matrix-postgres/tasks/validate_config.yml index 8c3e0fbe..4985a4c7 100644 --- a/roles/matrix-postgres/tasks/validate_config.yml +++ b/roles/matrix-postgres/tasks/validate_config.yml @@ -13,10 +13,10 @@ - name: Fail if required Postgres settings not defined fail: msg: > - You need to define a required configuration setting (`{{ item }}`) for using mxisd. + You need to define a required configuration setting (`{{ item }}`). when: "vars[item] == ''" with_items: - "matrix_postgres_connection_hostname" - "matrix_postgres_connection_username" - "matrix_postgres_connection_password" - - "matrix_postgres_db_name" \ No newline at end of file + - "matrix_postgres_db_name"