disable host_key_checking in virtualmachine test

pull/25795/merge
Matt Davis 7 years ago
parent e130b3eed2
commit e726c7ecf7

@ -102,6 +102,7 @@
ansible_connection: paramiko # not guaranteed to have sshpass...
ansible_user: adminuser
ansible_password: Password123!
ansible_host_key_checking: false
- name: wait for SSH port to be open
wait_for:

Loading…
Cancel
Save