From: Alfredo Deza Date: Tue, 24 Nov 2015 14:03:06 +0000 (-0500) Subject: correct the location to the hostkeys X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5d264f110bb6a7e5b900092422b3c4383556ffcf;p=ceph-build.git correct the location to the hostkeys Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index fba85c9b..088bbfa6 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -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: