Skip to content

Commit 9331cf1

Browse files
authored
Merge pull request #882 from opencrvs/playbook-pip-install
Allow pip to update externally-managed packages
2 parents 8ccd102 + 690736b commit 9331cf1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

infrastructure/server-setup/playbook-1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- hosts: all
1515
become: yes
1616
become_method: sudo
17+
environment:
18+
PIP_BREAK_SYSTEM_PACKAGES: 1
1719
tasks:
1820
- name: 'Create app directory'
1921
file:

infrastructure/server-setup/playbook-3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- hosts: all
1515
become: yes
1616
become_method: sudo
17+
environment:
18+
PIP_BREAK_SYSTEM_PACKAGES: 1
1719
tasks:
1820
- name: 'Create app directory'
1921
file:

infrastructure/server-setup/playbook-5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- hosts: all
1515
become: yes
1616
become_method: sudo
17+
environment:
18+
PIP_BREAK_SYSTEM_PACKAGES: 1
1719
tasks:
1820
- name: 'Create app directory'
1921
file:

0 commit comments

Comments
 (0)