]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the ssh-backed github address for ceph-releases
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:11:43 +0000 (08:11 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:11:43 +0000 (08:11 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ceph-release/tasks/main.yml

index 16d262f60c711bcc778be0e9e420953ec81ce303..69ea77bf69793f77be4a738b1fe62f2d79ccfa20 100644 (file)
@@ -13,7 +13,7 @@
   when: ceph_repo.stat.exists is defined and ceph_repo.stat.exists == false
 
 - name: add origin
-  command: git remote add origin git://github.com/ceph/ceph-releases.git chdir=ceph
+  command: git remote add origin git@github.com:ceph/ceph-releases.git chdir=ceph
 
 - name: clear the previous local tag
   command: git tag -d v{{ version }} chdir=ceph