From: Andrew Schoen Date: Tue, 24 Nov 2015 21:42:33 +0000 (-0600) Subject: use host instead of name when adding github.com.pub for v1.9.1 compat X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b367735a7bcf8cb7a3fae418bbe750e1ff225ae2;p=ceph-build.git use host instead of name when adding github.com.pub for v1.9.1 compat Signed-off-by: Andrew Schoen --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 41cc430c..e4e24078 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -122,7 +122,8 @@ sudo: true known_hosts: path: '/etc/ssh/ssh_known_hosts' - name: 'github.com' + # we need to use 'host' here because prado currently uses ansible-playbook==1.9.1 + host: 'github.com' # github.com.pub is the output of `ssh-keyscan github.com` key: "{{ lookup('file', 'playbook/files/ssh/hostkeys/github.com.pub') }}"