coopdevs / odoo-role

Ansible role provisioning Odoo.
GNU General Public License v3.0
13 stars 20 forks source link

Add var to force the module update #120

Closed danypr92 closed 9 months ago

danypr92 commented 3 years ago

Ansible only update the modules if any module was updated by pip, but if any module are updated by pip the update won't be run.

We want to add a configuration to force the update of a module without the pip dependency even if the module already exists.

### Tasks