Allow pip installs in WSL system Python

This commit is contained in:
Fabio Scotto di Santolo
2026-04-01 17:34:25 +02:00
parent daa9f4acf7
commit c30234fd05

View File

@@ -25,6 +25,7 @@
ansible.builtin.pip:
name: "{{ workstation_dev_wsl_python_packages | default([]) }}"
executable: pip3
break_system_packages: true
state: present
when: (workstation_dev_wsl_python_packages | default([])) | length > 0