Skip to content

Commit cafb734

Browse files
committed
kdevops_archive: fix symlink reference
Fix the source... Fixes: 7af3abb ("kdevops_archive: add xz symlink for bash completion") Signed-off-by: Luis Chamberlain <[email protected]>
1 parent e5785dd commit cafb734

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/kdevops_archive/tasks

1 file changed

+1
-1
lines changed

playbooks/roles/kdevops_archive/tasks/main.yml

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

355355
- name: Create .tar.xz symlink for the archive
356356
file:
357-
src: "{{ kdevops_archive_prefix }}"
357+
src: "{{ kdevops_results_archive_dir }}/{{ kdevops_results_archive_dir }}/{{ kdevops_archive_test_ref }}.xz"
358358
dest: "{{ kdevops_results_archive_dir }}/{{ kdevops_archive_prefix }}.tar.xz"
359359
state: link
360360

0 commit comments

Comments
 (0)