mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
added missing variable
This commit is contained in:
parent
ca9d0909c7
commit
9ed80e754b
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ matrix_sms_bridge_configuration_extension_yaml: |
|
|||
|
||||
matrix_sms_bridge_configuration_extension: "{{ matrix_sms_bridge_configuration_extension_yaml|from_yaml if matrix_sms_bridge_configuration_extension_yaml|from_yaml is mapping else {} }}"
|
||||
|
||||
matrix_sms_bridge_configuration: "{{ matrix_sms_bridge_configuration_yaml|from_yaml|combine(matrix_sms_bridge_configuration_extension, recursive=True) }}"
|
||||
|
||||
matrix_sms_bridge_gammu_configuration: |
|
||||
[gammu]
|
||||
Device = /dev/ttyModem
|
||||
|
|
Loading…
Add table
Reference in a new issue