Skip to content

Commit

Permalink
Merge pull request #89 from Eficent/master-pip-forcereinstall
Browse files Browse the repository at this point in the history
add option to force reinstall pip packages in pip install method
  • Loading branch information
sebalix authored Jul 5, 2018
2 parents bb855f4 + a6142ec commit 1eb72cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
become_user: "{{ odoo_user }}"
pip:
requirements: /home/{{ odoo_user }}/requirements.txt
extra_args: --upgrade
state: forcereinstall
virtualenv: "{{ odoo_pip_venv_path }}"
notify: Restart Odoo

Expand Down

0 comments on commit 1eb72cb

Please sign in to comment.