mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
fixed wrong var name
This commit is contained in:
parent
be101a3114
commit
c802009b5c
@ -88,7 +88,7 @@ matrix_sms_bridge_configuration_yaml: |
|
|||||||
# (optional) Path to the Gammu-Inbox directory.
|
# (optional) Path to the Gammu-Inbox directory.
|
||||||
inboxPath: "{{ matrix_sms_bridge_data_spool_inbox_path }}"
|
inboxPath: "{{ matrix_sms_bridge_data_spool_inbox_path }}"
|
||||||
# (optional) Path to the directory, where to put processed messages.
|
# (optional) Path to the directory, where to put processed messages.
|
||||||
inboxProcessedPath: "{{ matrix_sms_bridge_data_spool_inbox_path_processed }}"
|
inboxProcessedPath: "{{ matrix_sms_bridge_data_spool_inbox_processed_path }}"
|
||||||
bot:
|
bot:
|
||||||
# The domain-part of matrix-ids. E. g. example.org when your userIds look like @unicorn:example.org
|
# The domain-part of matrix-ids. E. g. example.org when your userIds look like @unicorn:example.org
|
||||||
serverName: {{ matrix_sms_bridge_homserver_domain }}
|
serverName: {{ matrix_sms_bridge_homserver_domain }}
|
||||||
|
Loading…
Reference in New Issue
Block a user