cimon-io / ansible-role-imagemagick

8 stars 4 forks source link

[ GET BINARIES ] change mathcing pattern from link to file #3

Closed IlkhamGaysin closed 5 years ago

IlkhamGaysin commented 5 years ago

image

image

Tried to install 6.8.9 version of ImageMagick and linking was failed due to wrong pattern matching in get binaries step.

imagemagick_version: "6.8.9"
merifri commented 5 years ago

This fix is good only for 6.x.x versions. For 7.x only 4 links will be created in /usr/bin:

image

https://travis-ci.org/cimon-io/ansible-role-imagemagick/builds/525895157#L645

IlkhamGaysin commented 5 years ago

@merifri cool 👍