1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

cover calibre-web use of python3-venv for those who have ansible already installed

This commit is contained in:
Jerry Vonau 2020-03-09 12:51:26 -05:00
parent 9dedee871c
commit e8fdcbf59e

View file

@ -1,6 +1,8 @@
- name: "Install ImageMagick package: imagemagick"
package:
name: imagemagick
name:
- imagemagick
- python3-venv
state: present
- name: Allow ImageMagick to read PDFs, per /etc/ImageMagick-6/policy.xml, to create book cover thumbnails