mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Allow pip installs in WSL system Python
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: "{{ workstation_dev_wsl_python_packages | default([]) }}"
|
name: "{{ workstation_dev_wsl_python_packages | default([]) }}"
|
||||||
executable: pip3
|
executable: pip3
|
||||||
|
break_system_packages: true
|
||||||
state: present
|
state: present
|
||||||
when: (workstation_dev_wsl_python_packages | default([])) | length > 0
|
when: (workstation_dev_wsl_python_packages | default([])) | length > 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user