Skip to content

Commit

Permalink
It's a list, use the first element
Browse files Browse the repository at this point in the history
  • Loading branch information
seankelly committed May 4, 2015
1 parent c785d13 commit 3d339d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jail-bslave1.yml
Expand Up @@ -25,8 +25,8 @@
user_name: Buildbot Worker Account

- role: ssh-client/key
ssh_private_key: "{{ ssh_keys['bslave1.int.buildbot.net'].private }}"
ssh_private_key_file: "{{ ssh_keys['bslave1.int.buildbot.net'].name }}"
ssh_private_key: "{{ ssh_keys['bslave1.int.buildbot.net'][0].private }}"
ssh_private_key_file: "{{ ssh_keys['bslave1.int.buildbot.net'][0].name }}"

- role: ssh-client/known_hosts
ssh_client_hosts:
Expand Down

0 comments on commit 3d339d1

Please sign in to comment.