✨ 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
|
# Video
|
||||||
- obs-studio
|
- obs-studio
|
||||||
- blender
|
- blender
|
||||||
- yt-dlp
|
|
||||||
|
|
||||||
# Image
|
# Image
|
||||||
- pinta
|
- pinta
|
||||||
- krita
|
- krita
|
||||||
|
|
||||||
|
# Downloaders
|
||||||
|
- yt-dlp
|
||||||
|
|
||||||
- name: Install AUR Packages
|
- name: Install AUR Packages
|
||||||
become: true
|
become: true
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
@ -26,4 +28,7 @@
|
||||||
# Audio
|
# Audio
|
||||||
- spicetify-cli
|
- spicetify-cli
|
||||||
- spotify
|
- spotify
|
||||||
- ytdlp-gui
|
|
||||||
|
# Downloaders
|
||||||
|
- gallery-dl
|
||||||
|
- spotdl
|
||||||
|
|
Loading…
Add table
Reference in a new issue