]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
set accept_hostkeys to prevent missing github ssh keys from raising an error
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:06:56 +0000 (08:06 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Oct 2015 12:06:56 +0000 (08:06 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ceph-release/tasks/main.yml

index 9c7e35b241d6bd8df89c66c59aa93e4de4c0de3f..9c4baa05c8ed3cef5f9aff255a867a213bd7cd86 100644 (file)
@@ -9,6 +9,7 @@
     repo: git@github.com:ceph/ceph
     remote: upstream
     dest: ceph
+    accept_hostkey: yes
   when: ceph_repo.stat.exists is defined and ceph_repo.stat.exists == false
 
 - name: add origin