add the MPV input_config

This commit is contained in:
Andreas Zweili 2021-08-20 16:45:11 +02:00
parent 18f7494545
commit cc3f0d50c4
3 changed files with 9 additions and 1 deletions

1
files/mpv_input.conf Normal file
View File

@ -0,0 +1 @@
s playlist-shuffle

View File

@ -22,7 +22,7 @@
state: present
- name: "Add the apt key for Visual Studio Code"
apt_key:
apt_key:
url: "https://packages.microsoft.com/keys/microsoft.asc"
state: present
@ -35,3 +35,8 @@
apt:
name: "code"
update_cache: yes
- name: "Copy the MPV config"
copy:
src: "mpv_input.conf"
dest: "/home/{{ user }}/.config/mpv/input.conf"

View File

@ -26,3 +26,5 @@ packages:
pip3_packages:
- youtube-dl
user: andreas