Skip to content

Commit

Permalink
Merge pull request #163 from coopdevs/fix/deprecated_ansible
Browse files Browse the repository at this point in the history
pip loop via Ansible' squash_actions is deprecated
  • Loading branch information
danypr92 authored Dec 10, 2024
2 parents 7a0b406 + eca48b8 commit 288a3e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,14 +352,13 @@
become: true
become_user: "{{ odoo_role_odoo_user }}"
pip:
name: "{{ item }}"
name:
- pytest
- pytest-odoo
- coverage
- watchdog
virtualenv: "{{ odoo_role_odoo_venv_path }}"
when: odoo_role_dev_mode | bool
with_items:
- pytest
- pytest-odoo
- coverage
- watchdog

- import_tasks: add-service.yml
when: not odoo_role_dev_mode | bool
Expand Down

0 comments on commit 288a3e1

Please sign in to comment.