1
0
Fork 0
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:
Tim Moody 2019-03-13 13:57:29 -04:00
parent fb90912813
commit f5ffe32a78

View file

@ -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