mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
get match right
This commit is contained in:
parent
fb90912813
commit
f5ffe32a78
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
- 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" />'
|
||||
regexp: '<policy domain="coder" rights="none" pattern="PDF" />'
|
||||
line: ' <policy domain="coder" rights="read" pattern="PDF" />'
|
||||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue