Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNA.org is down: package download impossible through Ansible Role #8

Closed
arondeparon opened this issue May 26, 2017 · 4 comments
Closed
Assignees

Comments

@arondeparon
Copy link

It seems that gna.org is dead, so an alternative download location should be supplied.

https://github.com/ansiblebit/wkhtmltopdf/blob/master/defaults/main.yml#L17

@steenzout
Copy link
Member

@arondeparon you can using wkhtmltopdf_package_download_url variable.

@steenzout
Copy link
Member

steenzout commented May 26, 2017

give me 1h and I'll patch the default value.

in the meantime you can use the variable above and point it to: https://downloads.wkhtmltopdf.org/0.12/0.12.1/ (or whatever version you are looking for).

thank you for reporting this.

@steenzout steenzout self-assigned this May 26, 2017
@steenzout
Copy link
Member

TASK [wkhtmltopdf : package | download] ****************************************
fatal: [precise64.vagrant.dev]: FAILED! => {"changed": false, "dest": "/home/vagrant/wkhtmltox-0.12.1_linux-precise-amd64.deb", "failed": true, "msg": "Request failed", "response": "Request failed: <urlopen error timed out>", "state": "absent", "status_code": -1, "url": "http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb"}

@steenzout
Copy link
Member

@arondeparon patched on 2.16.8.

I ran tests locally and on travis-ci and everything looks good.
if you still see a problem let me know.

please star the repo if you use it; thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants