Skip to content

Commit 50fc4c6

Browse files
author
doruk.ozturk
committed
Remove urllib3 update task
1 parent 29832f3 commit 50fc4c6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ansible/roles/dataqs/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- libgdal-dev
88
- cdo
99
- netcdf-bin
10-
- libffi-dev
1110
sudo: yes
1211

1312
- name: install python dependencies
@@ -16,11 +15,6 @@
1615
- redis
1716
- flower
1817

19-
- name: upgrade urllib3
20-
pip: virtualenv={{virtualenv_dir}}/{{app_name}} name={{item}} state=forcereinstall
21-
with_items:
22-
- urllib3[secure]
23-
2418
- name: install dataqs python package
2519
pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/OpenGeoscience/dataqs.git#egg=dataqs
2620
environment:

0 commit comments

Comments
 (0)