Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 786 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 786 Bytes

Ansible Role For ImageMagick

Build Status Current Version

This an Ansible role that installs ImageMagick and its dependencies via apt on a server running Ubuntu 12.04LTS and up.

Installation

$ ansible-galaxy install crushlovely.imagemagick,v1.0.0

Usage

Once this role is installed on your system, include it in the roles list of your playbook.

---
- hosts: localhost
  roles:
    - crushlovely.imagemagick

Dependencies

None

License

MIT