fix pip support
This commit is contained in:
parent
3574eac7f6
commit
37f8023f8c
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue