Skip to content
Snippets Groups Projects
Commit 58f157e0 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[ENH] change executable to pip3 iso path

parent 553326ad
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
- name: Update pip
pip:
name: ['{{ item }}']
executable: /usr/bin/pip3
executable: pip3
state: latest
with_items: "{{ pip_packages }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment