Skip to content

Commit

Permalink
remove opencv build dir after removing opencv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 committed Nov 22, 2023
1 parent 0b285e4 commit aab70e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/cuda/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
state: absent
purge: true

- name: Remove OpenCV build directory
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/source_builds/jetson-containers"
state: absent

- name: Install apt packages
become: true
ansible.builtin.apt:
Expand Down

0 comments on commit aab70e1

Please sign in to comment.