disable host_key_checking in virtualmachine test
This commit is contained in:
parent
e130b3eed2
commit
e726c7ecf7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue