mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Revert "make sure ImageMagick is installed and configured for PDFs"
This commit is contained in:
parent
4db4ef9f4f
commit
92c8d834ac
1 changed files with 0 additions and 15 deletions
|
@ -1,18 +1,3 @@
|
||||||
- name: Install ImageMagick (debuntu)
|
|
||||||
package:
|
|
||||||
name:
|
|
||||||
- imagemagick
|
|
||||||
state: present
|
|
||||||
when: is_debuntu
|
|
||||||
|
|
||||||
- name: Allow ImageMagick to read PDFs
|
|
||||||
lineinfile:
|
|
||||||
path: /etc/ImageMagick-6/policy.xml
|
|
||||||
regexp: '<policy domain="coder" rights="none" pattern="PDF" />'
|
|
||||||
line: ' <policy domain="coder" rights="read" pattern="PDF" />'
|
|
||||||
state: present
|
|
||||||
when: is_debuntu
|
|
||||||
|
|
||||||
- name: Create 3 Calibre-Web folders to store data and configuration files
|
- name: Create 3 Calibre-Web folders to store data and configuration files
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue