mirror of
https://github.com/frappe/bench.git
synced 2025-02-03 19:38:24 +00:00
Merge pull request #414 from jevonearth/fix-wkhtolto-pdf-url
Use downloads.wkhtmltopdf.org instead of gna.org
This commit is contained in:
commit
31fb1d3da5
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: download wkthmltox linux
|
- name: download wkthmltox linux
|
||||||
get_url: url=http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-{{ "amd64" if ansible_architecture == "x86_64" else "i386"}}.tar.xz dest=/tmp/wkhtmltox.tar.xz
|
get_url: url=http://downloads.wkhtmltopdf.org/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-{{ "amd64" if ansible_architecture == "x86_64" else "i386"}}.tar.xz dest=/tmp/wkhtmltox.tar.xz
|
||||||
|
|
||||||
- name: Creates directory
|
- name: Creates directory
|
||||||
file: path=/tmp/wkhtmltox state=directory
|
file: path=/tmp/wkhtmltox state=directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user