summaryrefslogtreecommitdiffstats
path: root/roles/obs/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/tasks')
-rw-r--r--roles/obs/tasks/mpv.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/obs/tasks/mpv.yml b/roles/obs/tasks/mpv.yml
index 4120f8c..c5806a8 100644
--- a/roles/obs/tasks/mpv.yml
+++ b/roles/obs/tasks/mpv.yml
@@ -7,7 +7,8 @@
repo: deb https://non-gnu.uvt.nl/debian {{ ansible_distribution_release }} uvt
- name: Install mpv
apt:
- name: mpv
+ name: mpv=0.38.0+fruit.1
+ allow_downgrade: true
- name: Download MPVC
git:
repo: https://github.com/lwilletts/mpvc.git