Add a media role for image/video viewers/editors.
This commit is contained in:
7
ansible/roles/media/tasks/freebsd.yaml
Normal file
7
ansible/roles/media/tasks/freebsd.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
# Have to use yt-dlp instead of youtube_dl because of mpv
|
||||
# - youtube_dl
|
||||
- yt-dlp
|
||||
state: present
|
||||
Reference in New Issue
Block a user