Skip to content

Commit 1a1934b

Browse files
author
sjentzsch
committed
add user to group video and audio
1 parent 8ac6796 commit 1a1934b

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

ansible/roles/tf_object_detection/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22

3+
- name: Add user {{ ansible_user_id }} to group audio and video
4+
user: name={{ ansible_user_id }} groups=video,audio append=yes
5+
become: yes
6+
37
- name: Install dependencies through apt
48
apt: name={{ item }} state=latest
59
with_items:

0 commit comments

Comments
 (0)