aws_cloud: really gather both key types
This commit is contained in:
parent
445973ffba
commit
166879ab9f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
when: birthday is defined
|
||||
|
||||
- name: gather the temporary ssh host key from the new instance
|
||||
local_action: command ssh-keyscan -t rsa {{ inventory_hostname }}
|
||||
local_action: command ssh-keyscan -t {{ item }} {{ inventory_hostname }}
|
||||
register: hostkey
|
||||
loop:
|
||||
- rsa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue