Explorar el Código

fixed wrong var name

pull/514/head
benkuly hace 6 años
padre
commit
c802009b5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-sms-bridge/defaults/main.yml

+ 1
- 1
roles/matrix-sms-bridge/defaults/main.yml Ver fichero

@@ -88,7 +88,7 @@ matrix_sms_bridge_configuration_yaml: |
# (optional) Path to the Gammu-Inbox directory.
inboxPath: "{{ matrix_sms_bridge_data_spool_inbox_path }}"
# (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:
# The domain-part of matrix-ids. E. g. example.org when your userIds look like @unicorn:example.org
serverName: {{ matrix_sms_bridge_homserver_domain }}


Cargando…
Cancelar
Guardar