]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the http version of github url to clone
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:09:11 +0000 (08:09 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:09:11 +0000 (08:09 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ceph-release/tasks/main.yml

index 9c4baa05c8ed3cef5f9aff255a867a213bd7cd86..16d262f60c711bcc778be0e9e420953ec81ce303 100644 (file)
@@ -6,7 +6,7 @@
 
 - name: clone the ceph repository
   git:
-    repo: git@github.com:ceph/ceph
+    repo: https://github.com/ceph/ceph
     remote: upstream
     dest: ceph
     accept_hostkey: yes