]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
correct the location to the hostkeys 240/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 24 Nov 2015 14:03:06 +0000 (09:03 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 24 Nov 2015 14:03:06 +0000 (09:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml

index fba85c9b636d647b2a15526039274a71203fdc6f..088bbfa6196329ba35891bc708bae130fbf767ce 100644 (file)
@@ -90,7 +90,7 @@
         path: '/etc/ssh/ssh_known_hosts'
         name: 'github.com'
         # github.com.pub is the output of `ssh-keyscan github.com`
-        key: "{{ lookup('file', 'ssh/hostkeys/github.com.pub') }}"
+        key: "{{ lookup('file', 'files/ssh/hostkeys/github.com.pub') }}"
 
     - name: register the new slave to jenkins master
       jenkins-node: