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…
Откажи
Сачувај