Oops, disable strict host key checking on that new sanity check I just added

This commit is contained in:
Salt 2022-02-15 14:22:21 -06:00
parent 68db46d11b
commit f114c22012

View File

@ -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" ] && \