From e9990eb91c7fa1217442a764fba596006adbdec2 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 2 May 2018 17:58:13 +0100 Subject: [PATCH] tests: Disable host key checking for debops. --- .travis/debops_common_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/debops_common_tests.sh b/.travis/debops_common_tests.sh index f0537a85..30f5e776 100755 --- a/.travis/debops_common_tests.sh +++ b/.travis/debops_common_tests.sh @@ -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