From 1999a0f5036906da835bd2d192c37d83d013befa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 14 Apr 2022 12:23:00 +0200 Subject: [PATCH] [ENH] change executable to pip3 iso path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 320b25b..91836d0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -441,7 +441,7 @@ - name: PROD Install necessary python modules pip: name: ['prettytable', 'cssselect', 'html2text', 'unidecode', 'python-dateutil', 'lxml', 'Pillow', 'Babel', 'PyYAML', 'requests', 'pyOpenSSL', 'six'] - executable: /usr/bin/pip3 + executable: pip3 state: latest when: banking and odoo_prod is defined tags: bank,odoo_prod -- GitLab