Skip to content

Commit

Permalink
Merge pull request #145 from coopdevs/update-download-url-wkhtmltopdf
Browse files Browse the repository at this point in the history
Update download url of wkhtmltopdf
  • Loading branch information
danypr92 authored Dec 20, 2022
2 parents 89f87d5 + 951e9d7 commit 0b51a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- name: Download and install wkhtmltopdf only if not already present at any version
apt:
deb: "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.{{ ansible_distribution_release }}_amd64.deb"
deb: "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.{{ ansible_distribution_release }}_amd64.deb"
when: wkhtmltox_installed.rc == 1

- import_tasks: pyenv.yml
Expand Down

0 comments on commit 0b51a65

Please sign in to comment.