fix pip support

This commit is contained in:
nd 2024-04-30 16:00:41 +02:00
parent 3574eac7f6
commit 37f8023f8c

View file

@ -22,6 +22,12 @@
- apt-transport-https
- gnupg
- name: install helper tools (pip)
when: pkgs_pip_system
apt:
pkg:
- python3-pip
- name: setup apt proxy
template:
src: 50proxy.j2
@ -46,3 +52,4 @@
pip:
name: "{{ pkgs_pip_system }}"
extra_args: "--break-system-packages"
when: pkgs_pip_system