mirror of https://github.com/ceph/ceph-ansible.git
Removing extra spaces in get_pip
parent
3e935a2776
commit
b9b04a4cff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue