mirror of https://github.com/ceph/ceph-ansible.git
Removing extra spaces
parent
6b014d10ed
commit
3e935a2776
|
@ -14,20 +14,20 @@
|
||||||
sudo: no
|
sudo: no
|
||||||
|
|
||||||
- name: fix library
|
- name: fix library
|
||||||
raw: ln -s /lib64/libncurses.so.5.9 {{pypy_directory}}/lib_pypy/libtinfo.so.5
|
raw: ln -s /lib64/libncurses.so.5.9 {{pypy_directory}}/lib_pypy/libtinfo.so.5
|
||||||
|
|
||||||
- name: run install_python.sh
|
- name: run install_python.sh
|
||||||
script: "{{local_temp_directory}}/install_python.sh"
|
script: "{{local_temp_directory}}/install_python.sh"
|
||||||
|
|
||||||
- name: add execute permission
|
- name: add execute permission
|
||||||
raw: chmod a+x {{pypy_directory}}/python
|
raw: chmod a+x {{pypy_directory}}/python
|
||||||
|
|
||||||
- name: move python to binary directory
|
- name: move python to binary directory
|
||||||
raw: mv {{pypy_directory}}/python {{pypy_binary_directory}}/python
|
raw: mv {{pypy_directory}}/python {{pypy_binary_directory}}/python
|
||||||
|
|
||||||
- name: create .python
|
- name: create .python
|
||||||
raw: touch $HOME/.python
|
raw: touch $HOME/.python
|
||||||
|
|
||||||
- name: remove install_python.sh
|
- name: remove install_python.sh
|
||||||
local_action: file path="{{local_temp_directory}}/install_python.sh" state=absent
|
local_action: file path="{{local_temp_directory}}/install_python.sh" state=absent
|
||||||
sudo: no
|
sudo: no
|
||||||
|
|
Loading…
Reference in New Issue