Skip to content

Commit

Permalink
feat(ansible): add yabloc archive extraction to andsible script
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Panferov <[email protected]>
  • Loading branch information
lexavtanke committed Sep 22, 2023
1 parent f768b2c commit 86538b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/artifacts/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
mode: "644"
checksum: sha256:1f660e15f95074bade32b1f80dbf618e9cee1f0b9f76d3f4671cb9be7f56eb3a

- name: Extract yabloc_pose_initializer/resources.tar.gz
ansible.builtin.unarchive:
src: "{{ data_dir }}/yabloc_pose_initializer/resources.tar.gz"
dest: "{{ data_dir }}/yabloc_pose_initializer/"

# image_projection_based_fusion
- name: Create image_projection_based_fusion directory inside {{ data_dir }}
ansible.builtin.file:
Expand Down

0 comments on commit 86538b5

Please sign in to comment.