Update to 2022-07-26 16:00

This commit is contained in:
Daniel Berteaud
2022-07-26 16:00:16 +02:00
parent 894d510209
commit ba81e6b27e
3 changed files with 27 additions and 59 deletions

View File

@@ -29,16 +29,6 @@
tags: odoo
- name: Create the venv
pip:
name: "{{ item }}"
state: "{{ (odoo_install_mode == 'none') | ternary('present', 'latest') }}"
virtualenv: "{{ odoo_root_dir }}/venv"
virtualenv_command: "{{ odoo_venv_command }}"
loop:
- phonenumbers
tags: odoo
- name: Create the virtualenv
pip:
state: "{{ (odoo_install_mode == 'none') | ternary('present', 'latest') }}"