Skip to content

Commit

Permalink
fix: make pip uninstall optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien4218 committed Aug 22, 2022
1 parent 0efcc34 commit 3f981d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/linux/roles/prepare/tasks/installSupervisord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- name: Uninstalling system pip
shell: pip uninstall -y pip
become: yes
ignore_errors: yes
when: pip_installed.stdout|int == 1 and pip_local.stdout|int == 0
- name: Installing latest pip - fetch
shell: curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
Expand Down

0 comments on commit 3f981d3

Please sign in to comment.