mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Use pip extra args for WSL system packages
This commit is contained in:
@@ -25,7 +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
|
extra_args: --break-system-packages
|
||||||
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