From 5a5982d26e5a9a4f65642e8d0dc593982a163415 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:58:46 +0000 Subject: [PATCH] style(pre-commit): autofix --- ansible/roles/artifacts/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/artifacts/tasks/main.yaml b/ansible/roles/artifacts/tasks/main.yaml index f79ca5abf93..33e0e62de8e 100644 --- a/ansible/roles/artifacts/tasks/main.yaml +++ b/ansible/roles/artifacts/tasks/main.yaml @@ -289,7 +289,7 @@ src: "{{ data_dir }}/tensorrt_rtmdet/tensorrt_rtmdet_onnx_models.tar.gz" dest: "{{ data_dir }}/tensorrt_rtmdet/" extra_opts: - - --strip-components=1 # Removes the top-level folder during extraction + - --strip-components=1 # Removes the top-level folder during extraction - name: Move extracted files to the final destination ansible.builtin.shell: >