Skip to content

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Dec 24, 2024
1 parent d579e8f commit 8cefc14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/artifacts/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,14 @@
ansible.builtin.unarchive:
src: "{{ data_dir }}/tensorrt_rtmdet_onnx_models.tar.gz"
dest: "{{ data_dir }}/tensorrt_rtmdet/"
remote_src: yes
remote_src: true

- name: Move extracted files to the final destination
ansible.builtin.copy:
src: "{{ data_dir }}/tensorrt_rtmdet/tensorrt_rtmdet_onnx_models/"
dest: "{{ data_dir }}/tensorrt_rtmdet/"
remote_src: yes
mode: "0644"
remote_src: true

- name: Remove temporary files and directories
ansible.builtin.file:
Expand Down

0 comments on commit 8cefc14

Please sign in to comment.