tests: Disable host key checking for debops.
This commit is contained in:
parent
4d1c6d2101
commit
e9990eb91c
|
@ -74,6 +74,9 @@ echo --- ansible/inventory/hosts: ----
|
||||||
cat ansible/inventory/hosts
|
cat ansible/inventory/hosts
|
||||||
echo ---
|
echo ---
|
||||||
|
|
||||||
|
# Now we have real host key checking, we need to turn it off. :)
|
||||||
|
export ANSIBLE_HOST_KEY_CHECKING=False
|
||||||
|
|
||||||
echo travis_fold:end:job_setup
|
echo travis_fold:end:job_setup
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue