Skip to content

Commit

Permalink
fix: version number for wkhtmltox
Browse files Browse the repository at this point in the history
Co-authored-by: César López Ramírez <cesar.lopez@coopdevs.org>
  • Loading branch information
oyale and cesarlr authored Jan 31, 2023
1 parent ac39a17 commit eb34689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}"

0 comments on commit eb34689

Please sign in to comment.