From 951e9d783c28ab026b022d813c81594c236ed8fb Mon Sep 17 00:00:00 2001 From: konykon Date: Wed, 7 Dec 2022 20:10:37 +0100 Subject: [PATCH] Update download url of wkhtmltopdf --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f10af0e..597a015 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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