Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #68 from johanherman/getpip
Browse files Browse the repository at this point in the history
Location has changed for the get-pip.py script
  • Loading branch information
withrocks committed Jan 29, 2016
2 parents e55cff7 + 24155cf commit a4957a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-st2-local/roles/arteria_core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
creates: /usr/src/setuptools-1.4.2/ansible_state_completed

- name: install pip
shell: curl -q https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py | /usr/local/bin/python2.7 -
shell: curl -q https://bootstrap.pypa.io/get-pip.py | /usr/local/bin/python2.7 -

- name: install other packages
pip:
Expand Down

0 comments on commit a4957a2

Please sign in to comment.