From b367735a7bcf8cb7a3fae418bbe750e1ff225ae2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 24 Nov 2015 15:42:33 -0600 Subject: [PATCH] use host instead of name when adding github.com.pub for v1.9.1 compat Signed-off-by: Andrew Schoen --- ansible/slave.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') }}" -- 2.39.5