From 5d264f110bb6a7e5b900092422b3c4383556ffcf Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 24 Nov 2015 09:03:06 -0500 Subject: [PATCH] correct the location to the hostkeys Signed-off-by: Alfredo Deza --- ansible/slave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5