Skip to content

Commit

Permalink
fix: ensure legacy files are not copied in a sub dir (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jan 7, 2024
1 parent 6e796cf commit 52fc252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

- name: Copy temporary directory to legacy web root directory
ansible.builtin.copy:
src: "{{ _tmp_legacy_web_root.path }}"
src: "{{ _tmp_legacy_web_root.path }}/"
dest: "{{ libretime_legacy_web_root }}"
owner: "{{ libretime_user }}"
group: "{{ libretime_user }}"
Expand Down

0 comments on commit 52fc252

Please sign in to comment.