Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

File metadata and controls

22 lines (14 loc) · 436 Bytes

wkhtmltopdf

This role installs wkhtmltopdf on a server.

Configuration

Optional: Set the major and full versions as well as architecture.

wkhtmltopdf_version_main: "0.12"       # Default: "0.12"
wkhtmltopdf_version_full: "0.12.2.1"   # Default: "0.12.2.1"
wkhtmltopdf_architecture: "amd64"      # "amd64" or "i386". Defaults to "amd64"

See also