Add a media role for image/video viewers/editors.

This commit is contained in:
Tom Alexander
2022-11-26 18:41:41 -05:00
parent ef6a89042f
commit 1c41d23474
13 changed files with 134 additions and 0 deletions

View 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