mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-09 05:59:35 +02:00
Fix typo
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- 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"
|
||||
|
Reference in New Issue
Block a user