Skip to content

Commit 902d04d

Browse files
authored
Merge pull request #164 from coopdevs/fix/set_pip_version_to_12.0
2 parents cf59727 + 668a971 commit 902d04d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
state: present
2929
when: odoo_role_odoo_version < "13.0"
3030

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+
3136
- name: Check if wkhtmltopdf is installed
3237
shell: set -o pipefail && dpkg -s wkhtmltox | grep 'install ok installed'
3338
args:

0 commit comments

Comments
 (0)