sudo: no
- 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
script: "{{local_temp_directory}}/install_python.sh"
- name: add execute permission
- raw: chmod a+x {{pypy_directory}}/python
+ raw: chmod a+x {{pypy_directory}}/python
- 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
raw: touch $HOME/.python
- name: remove install_python.sh
local_action: file path="{{local_temp_directory}}/install_python.sh" state=absent
- sudo: no
\ No newline at end of file
+ sudo: no