Skip to content

Commit

Permalink
Allow pip to update externally-managed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Feb 2, 2024
1 parent e841f1d commit 690736b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/server-setup/playbook-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- hosts: all
become: yes
become_method: sudo
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
tasks:
- name: 'Create app directory'
file:
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/server-setup/playbook-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- hosts: all
become: yes
become_method: sudo
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
tasks:
- name: 'Create app directory'
file:
Expand Down
2 changes: 2 additions & 0 deletions infrastructure/server-setup/playbook-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- hosts: all
become: yes
become_method: sudo
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
tasks:
- name: 'Create app directory'
file:
Expand Down

0 comments on commit 690736b

Please sign in to comment.