Do not install pip via pip in Ubuntu > 22.04.
This commit is contained in:
parent
4a4d241fc1
commit
e3b99afe7b
|
@ -48,7 +48,9 @@
|
|||
|
||||
- name: Manage the python pip packages
|
||||
tags: [python, py3_env, py3_env_pkgs, python3, py3_pip]
|
||||
when: py3_env_install
|
||||
when:
|
||||
- py3_env_install
|
||||
- ansible_distribution_version is version_compare('22.04', '<=')
|
||||
block:
|
||||
- name: Remove info of deb python packages so that they can be upgraded using pip
|
||||
file:
|
||||
|
|
Loading…
Reference in New Issue