This is an Ansible role to install ExifTool (http://www.sno.phy.queensu.ca/~phil/exiftool/)
Ansible 2.x
Variable | Description | Default |
---|---|---|
exiftool_version |
10.25 | |
exiftool_verify_checksum |
true |
None.
- hosts: servers
roles:
- { role: tlehoux.exiftool }
BSD
Thomas Lehoux