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,10 +17,10 @@
script: "{{local_temp_directory}}/install_pip.sh" script: "{{local_temp_directory}}/install_pip.sh"
- name: add execute permission - name: add execute permission
raw: chmod a+x {{pypy_directory}}/pip raw: chmod a+x {{pypy_directory}}/pip
- name: move python to binary directory - 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 - name: create .pip
raw: touch $HOME/.pip raw: touch $HOME/.pip