Skip to content

Commit 52fc252

Browse files
authored
fix: ensure legacy files are not copied in a sub dir (#72)
1 parent 6e796cf commit 52fc252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
- name: Copy temporary directory to legacy web root directory
9292
ansible.builtin.copy:
93-
src: "{{ _tmp_legacy_web_root.path }}"
93+
src: "{{ _tmp_legacy_web_root.path }}/"
9494
dest: "{{ libretime_legacy_web_root }}"
9595
owner: "{{ libretime_user }}"
9696
group: "{{ libretime_user }}"

0 commit comments

Comments
 (0)