mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-05 10:40:29 +02:00
Fix typo
This commit is contained in:
parent
a9953dd641
commit
3567d9adba
@ -13,10 +13,10 @@
|
|||||||
- name: Fail if required Postgres settings not defined
|
- name: Fail if required Postgres settings not defined
|
||||||
fail:
|
fail:
|
||||||
msg: >
|
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] == ''"
|
when: "vars[item] == ''"
|
||||||
with_items:
|
with_items:
|
||||||
- "matrix_postgres_connection_hostname"
|
- "matrix_postgres_connection_hostname"
|
||||||
- "matrix_postgres_connection_username"
|
- "matrix_postgres_connection_username"
|
||||||
- "matrix_postgres_connection_password"
|
- "matrix_postgres_connection_password"
|
||||||
- "matrix_postgres_db_name"
|
- "matrix_postgres_db_name"
|
||||||
|
Loading…
Reference in New Issue
Block a user