Преглед изворни кода

fixed wrong path of truststore

pull/730/head
benkuly пре 5 година
родитељ
комит
f1ceb49ae2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-bridge-sms/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-sms/defaults/main.yml Прегледај датотеку

@@ -66,7 +66,7 @@ matrix_sms_bridge_configuration_yaml: |
# (optional) if you use a self signed certificate, you can add the public key here
{% if matrix_sms_bridge_provider_android_truststore_local_path %}
trustStore:
path: /data/config/matrix-sms-gateway-server.p12
path: /config/matrix-sms-gateway-server.p12
password: {{ matrix_sms_bridge_provider_android_truststore_password }}
type: PKCS12
{% endif %}


Loading…
Откажи
Сачувај