]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Removing extra spaces
authorpprokop <pprokop@gklab-126-023.igk.intel.com>
Mon, 14 Mar 2016 16:51:26 +0000 (17:51 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 24 Mar 2016 15:24:44 +0000 (16:24 +0100)
roles/ceph-common-coreos/tasks/install_pypy.yml

index 26d52c7757dba1ef4213d76b2866239aa6fb67fd..fb0ad0c3ce638c58078650a81a724345382cc8a4 100644 (file)
   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