]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use host instead of name when adding github.com.pub for v1.9.1 compat 248/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 24 Nov 2015 21:42:33 +0000 (15:42 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Nov 2015 21:42:33 +0000 (15:42 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/slave.yml.j2

index 41cc430c023b3f0bfbc7d4e15e210d59067dc3c0..e4e24078d6dc9704d8ae0976860155720afdb704 100644 (file)
       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') }}"