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 cf59727 + 668a971 commit 902d04dCopy full SHA for 902d04d
tasks/main.yml
@@ -28,6 +28,11 @@
28
state: present
29
when: odoo_role_odoo_version < "13.0"
30
31
+- name: Set a pip version compatible with 12.0
32
+ set_fact:
33
+ odoo_role_pip_version: "19.3.1"
34
+ when: odoo_role_odoo_version == "12.0" and odoo_role_pip_version is not defined
35
+
36
- name: Check if wkhtmltopdf is installed
37
shell: set -o pipefail && dpkg -s wkhtmltox | grep 'install ok installed'
38
args:
0 commit comments