From: Andrew Schoen Date: Tue, 24 Nov 2015 21:34:19 +0000 (-0600) Subject: fix the path to github.com.pub for a prado configured slave X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c03a8c868dfcabea5a192079f9043e78fb7b9b5;p=ceph-build.git fix the path to github.com.pub for a prado configured slave Signed-off-by: Andrew Schoen --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index c3290b77f..41cc430c0 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -124,7 +124,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', 'playbook/files/ssh/hostkeys/github.com.pub') }}" - name: register the new slave to jenkins master jenkins-node: