Skip to content

Commit

Permalink
fix pip on ubnutu
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Dec 18, 2024
1 parent c7e6672 commit c1034fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/pkg_mgmt/pip/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# - name: Remove all system-wide errors in pip
# shell: rm -rfv /usr/lib/*/EXTERNALLY-MANAGED
# register: pip_ext_managed
# changed_when: pip_ext_managed.stdout != ""
- name: Remove all system-wide errors in pip
shell: rm -rfv /usr/lib/*/EXTERNALLY-MANAGED
register: pip_ext_managed
changed_when: pip_ext_managed.stdout != ""

- name: Install PIP pkgs
pip:
Expand Down

0 comments on commit c1034fd

Please sign in to comment.