Make use of matrix_synapse_ext_s3_storage_provider_data_path in a few more places

This commit is contained in:
Slavi Pantaleev
2022-12-04 10:17:55 +02:00
parent b31731ebf8
commit 7464604ddd
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
- name: Ensure s3-storage-provider database.yaml file installed
ansible.builtin.template:
src: "{{ role_path }}/templates/synapse/ext/s3-storage-provider/database.yaml.j2"
dest: "{{ matrix_synapse_ext_s3_storage_provider_base_path }}/data/database.yaml"
dest: "{{ matrix_synapse_ext_s3_storage_provider_data_path }}/database.yaml"
mode: 0640
- name: Ensure s3-storage-provider scripts installed