mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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