Skip to content

Commit 48615ac

Browse files
committed
using root as some files ban be owned by root (as it did on my laptop), just make sure its removed
1 parent b05e737 commit 48615ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/opencv/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888

8989
- name: Remove old OpenCV build folder
9090
file: path="../../opencv/build" state=absent
91+
become: yes
9192
when: opencv_prev_build.stat.exists
9293

9394
- name: Remove remainings from previous OpenCV build (1/2)

0 commit comments

Comments
 (0)