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
|
- apt-transport-https
|
||||||
- gnupg
|
- gnupg
|
||||||
|
|
||||||
|
- name: install helper tools (pip)
|
||||||
|
when: pkgs_pip_system
|
||||||
|
apt:
|
||||||
|
pkg:
|
||||||
|
- python3-pip
|
||||||
|
|
||||||
- name: setup apt proxy
|
- name: setup apt proxy
|
||||||
template:
|
template:
|
||||||
src: 50proxy.j2
|
src: 50proxy.j2
|
||||||
|
|
@ -46,3 +52,4 @@
|
||||||
pip:
|
pip:
|
||||||
name: "{{ pkgs_pip_system }}"
|
name: "{{ pkgs_pip_system }}"
|
||||||
extra_args: "--break-system-packages"
|
extra_args: "--break-system-packages"
|
||||||
|
when: pkgs_pip_system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue