Upgrade Hydrogen (0.2.19 -> 0.2.23)

This commit is contained in:
Aaron Raimist
2022-01-14 19:31:30 +00:00
parent 49b057ce1c
commit 02c1756135
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
- name: Ensure Hydrogen configuration installed
copy:
content: "{{ matrix_client_hydrogen_configuration|to_nice_json }}"
dest: "{{ matrix_client_hydrogen_docker_src_files_path }}/assets/config.json"
dest: "{{ matrix_client_hydrogen_docker_src_files_path }}/src/platform/web/assets/config.json"
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"