fixed wrong gammu config dest

This commit is contained in:
benkuly 2020-05-25 19:34:40 +02:00
parent f8663512de
commit ecf3116c4a

View File

@ -53,7 +53,7 @@
- name: Ensure matrix-sms-bridge gammu-smsdrc installed
copy:
content: "{{ matrix_sms_bridge_registration }}"
content: "{{ matrix_sms_bridge_gammu_configuration }}"
dest: "{{ matrix_sms_bridge_config_path }}/gammu-smsdrc"
mode: 0644
owner: "{{ matrix_user_username }}"