disable host_key_checking in virtualmachine test

This commit is contained in:
Matt Davis 2018-01-17 11:12:16 -08:00
parent e130b3eed2
commit e726c7ecf7

View file

@ -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: