mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-26 16:00
This commit is contained in:
@@ -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') }}"
|
||||
|
Reference in New Issue
Block a user