tests: Disable host key checking for debops.

This commit is contained in:
David Wilson 2018-05-02 17:58:13 +01:00
parent 4d1c6d2101
commit e9990eb91c
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ echo --- ansible/inventory/hosts: ----
cat ansible/inventory/hosts
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