From 24d6a769a61d619e801638bdc733b01d8aedb091 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sun, 30 Jun 2024 23:54:13 +0200 Subject: [PATCH] photos: Install ffmpeg --- roles/photos/tasks/photo-gallery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/photos/tasks/photo-gallery.yaml b/roles/photos/tasks/photo-gallery.yaml index 675c844..bfad09c 100644 --- a/roles/photos/tasks/photo-gallery.yaml +++ b/roles/photos/tasks/photo-gallery.yaml @@ -1,7 +1,7 @@ --- - name: Install dependencies apt: - name: [ nodejs, npm, imagemagick, graphicsmagick ] + name: [ nodejs, npm, imagemagick, graphicsmagick, ffmpeg ] - name: Clone source git: