Skip to content

Commit 951e9d7

Browse files
committed
Update download url of wkhtmltopdf
1 parent 89f87d5 commit 951e9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

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

4444
- import_tasks: pyenv.yml

0 commit comments

Comments
 (0)