try to fix gammu-smsdrc is not a file
This commit is contained in:
parent
1f570b3251
commit
73b71a34c8
|
@ -107,6 +107,8 @@ matrix_sms_bridge_configuration_extension: "{{ matrix_sms_bridge_configuration_e
|
||||||
matrix_sms_bridge_configuration: "{{ matrix_sms_bridge_configuration_yaml|from_yaml|combine(matrix_sms_bridge_configuration_extension, recursive=True) }}"
|
matrix_sms_bridge_configuration: "{{ matrix_sms_bridge_configuration_yaml|from_yaml|combine(matrix_sms_bridge_configuration_extension, recursive=True) }}"
|
||||||
|
|
||||||
matrix_sms_bridge_gammu_configuration: |
|
matrix_sms_bridge_gammu_configuration: |
|
||||||
|
#jinja2: lstrip_blocks: "True"
|
||||||
|
|
||||||
[gammu]
|
[gammu]
|
||||||
Device = /dev/ttyModem
|
Device = /dev/ttyModem
|
||||||
LogFile = {{ matrix_sms_bridge_data_log_path }}/gammu.log
|
LogFile = {{ matrix_sms_bridge_data_log_path }}/gammu.log
|
||||||
|
|
Loading…
Reference in a new issue