Removing extra spaces in get_pip

pull/648/head
pprokop 2016-03-14 17:53:18 +01:00 committed by Sébastien Han
parent 3e935a2776
commit b9b04a4cff
1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@
script: "{{local_temp_directory}}/install_pip.sh"
- name: add execute permission
raw: chmod a+x {{pypy_directory}}/pip
raw: chmod a+x {{pypy_directory}}/pip
- name: move python to binary directory
raw: mv {{pypy_directory}}/pip {{pypy_binary_directory}}/pip
raw: mv {{pypy_directory}}/pip {{pypy_binary_directory}}/pip
- name: create .pip
raw: touch $HOME/.pip
- name: remove pip.sh
local_action: file path="{{local_temp_directory}}/pip.sh" state=absent
sudo: no
sudo: no