We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f87d5 + 951e9d7 commit 0b51a65Copy full SHA for 0b51a65
tasks/main.yml
@@ -38,7 +38,7 @@
38
39
- name: Download and install wkhtmltopdf only if not already present at any version
40
apt:
41
- 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"
42
when: wkhtmltox_installed.rc == 1
43
44
- import_tasks: pyenv.yml
0 commit comments