3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-01 13:40:26 +00:00

fixed typo in truststore path

This commit is contained in:
benkuly
2020-11-23 12:38:17 +01:00
parent 75600aa357
commit 2fb42dd7f1
3 changed files with 4 additions and 4 deletions

View File

@@ -35,12 +35,12 @@
- name: Ensure android-sms-gateway-server cert installed
copy:
src: "{{ matrix_sms_bridge_provider_android_truststore_path }}"
src: "{{ matrix_sms_bridge_provider_android_truststore_local_path }}"
dest: "{{ matrix_sms_bridge_config_path }}/matrix-sms-gateway-server.p12"
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
when: matrix_sms_bridge_provider_android_truststore_path != ""
when: matrix_sms_bridge_provider_android_truststore_local_path != ""
- name: Ensure matrix-sms-bridge.service installed
template: