From f114c22012a6bfabc56185e047494edae5f7dea4 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 14:22:21 -0600 Subject: [PATCH] Oops, disable strict host key checking on that new sanity check I just added --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48769b6..4fd2735 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ before_script: # Get ready for execution - ansible-galaxy install -r requirements.yml # And run a quick test SSH connection to the bastion box - - ssh ansible@bastion1.dallas.mgmt.desu.ltd uptime + - ssh -o StrictHostKeyChecking=no ansible@bastion1.dallas.mgmt.desu.ltd uptime after_script: - | [ -n "$ZEROTIER_NETWORK_ID" ] && \