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

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