✨ feat(ansible): add downloaders to the multimedia playbook
This commit is contained in:
parent
e135a5d03c
commit
95ae0e344d
1 changed files with 7 additions and 2 deletions
|
@ -11,12 +11,14 @@
|
|||
# Video
|
||||
- obs-studio
|
||||
- blender
|
||||
- yt-dlp
|
||||
|
||||
# Image
|
||||
- pinta
|
||||
- krita
|
||||
|
||||
# Downloaders
|
||||
- yt-dlp
|
||||
|
||||
- name: Install AUR Packages
|
||||
become: true
|
||||
become_user: aur_builder
|
||||
|
@ -26,4 +28,7 @@
|
|||
# Audio
|
||||
- spicetify-cli
|
||||
- spotify
|
||||
- ytdlp-gui
|
||||
|
||||
# Downloaders
|
||||
- gallery-dl
|
||||
- spotdl
|
||||
|
|
Loading…
Add table
Reference in a new issue