Skip to content

Commit eda8669

Browse files
committed
install vlc as used to output speech
1 parent e3add92 commit eda8669

File tree

1 file changed

+6
-0
lines changed
  • ansible/roles/tf_object_detection/tasks

1 file changed

+6
-0
lines changed

ansible/roles/tf_object_detection/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
- libx11-dev
3737
become: yes
3838

39+
- name: Install VLC required for speech output
40+
apt: name={{ item }} state=latest
41+
with_items:
42+
- vlc
43+
become: yes
44+
3945
- name: Setup OpenCV
4046
import_role:
4147
name: opencv

0 commit comments

Comments
 (0)