From eb346897039ee6d703294b115339a87600a1e8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pelayo=20Garc=C3=ADa?= <25091358+oyale@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:54:07 +0100 Subject: [PATCH] fix: version number for wkhtmltox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César López Ramírez --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 66f4195..21f4beb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -114,5 +114,5 @@ odoo_role_logrotate_odoo: # wkhtmltopdf version wkhtmltox_version_jammy: "0.12.6.1-2" -wkhtmltox_version_bionic: "0.12.6.1" +wkhtmltox_version_bionic: "0.12.6-1" wkhtmltox_version: "{% if ansible_distribution_release in ['jammy', 'bullseye'] %}{{ wkhtmltox_version_jammy }}{% else %}{{wkhtmltox_version_bionic}}{% endif %}" \ No newline at end of file