Skip to content

Commit

Permalink
Merge pull request #882 from opencrvs/playbook-pip-install
Browse files Browse the repository at this point in the history
Allow pip to update externally-managed packages
  • Loading branch information
euanmillar authored Feb 21, 2024
2 parents 8ccd102 + 690736b commit 9331cf1
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 9331cf1

Please sign in to comment.