photos: Install ffmpeg

This commit is contained in:
polyfloyd 2024-06-30 23:54:13 +02:00
parent 893c8133f5
commit 24d6a769a6

View file

@ -1,7 +1,7 @@
---
- name: Install dependencies
apt:
name: [ nodejs, npm, imagemagick, graphicsmagick ]
name: [ nodejs, npm, imagemagick, graphicsmagick, ffmpeg ]
- name: Clone source
git: