瀏覽代碼

Fix typo

pull/196/head
Slavi Pantaleev 6 年之前
父節點
當前提交
3567d9adba
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      roles/matrix-postgres/tasks/validate_config.yml

+ 2
- 2
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"
- "matrix_postgres_db_name"

Loading…
取消
儲存