mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #3607 from holta/calibre-web_with_ffmpeg
calibre-web/tasks/install.yml: Install ffmpeg not just imagemagick
This commit is contained in:
commit
3f74b51f20
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@
|
|||
register: df1
|
||||
|
||||
|
||||
- name: "Install packages: imagemagick, python3-netifaces"
|
||||
- name: "Install packages: ffmpeg, imagemagick, python3-netifaces"
|
||||
package:
|
||||
name:
|
||||
- ffmpeg # 2023-07-15: @deldesir requests this, so usability can be improved!
|
||||
- imagemagick
|
||||
- python3-netifaces
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue